Skip to content

Commit

Permalink
update syncEventImport
Browse files Browse the repository at this point in the history
  • Loading branch information
greatsamist committed Feb 26, 2024
1 parent c40b4f9 commit 542ca99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/lib/services/eventService.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const syncEventImport = async ({
'Content-Type': 'application/json',
Authorization: `Bearer ${authToken}`,
},
body: JSON.stringify(organizationId),
body: JSON.stringify({ organizationId }),
}
)
if (!response.ok) {
Expand Down

0 comments on commit 542ca99

Please sign in to comment.