Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeFulton committed Feb 21, 2024
1 parent d6effb1 commit 11acb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/user/InterestsSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const InterestsSelect = ({user,next, previous, selectedOptions, setSelectedOptio
}
}
const body = {data:{
inviteCode
...data
}};
try{
const result = await fetchJson('/api/account/updateProfile', {
Expand Down

0 comments on commit 11acb9e

Please sign in to comment.