Skip to content

Commit

Permalink
sending geo on creation3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko71k committed Nov 25, 2024
1 parent db3f587 commit f8e71a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/modules/handleEventsActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ export async function handleCreateEventSubmit(event, pageToCome, navigate) {
Longitude: longitude,
zoom: zoom,
};
console.log(userData);

const json = JSON.stringify(userData);
const formData = new FormData();
Expand Down

0 comments on commit f8e71a2

Please sign in to comment.