Skip to content

Commit

Permalink
tesssst
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko71k committed Dec 16, 2024
1 parent 1c7cc2f commit 5d5d9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/components/EventContentPage/EventContentPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export class EventContentPage {
const userId = invitation.user_id;

const requestBody = {
event_id: eventId,
event_id: +eventId,
user_id: userId
};

Expand Down

0 comments on commit 5d5d9f2

Please sign in to comment.