Skip to content

Commit

Permalink
Adding travels API
Browse files Browse the repository at this point in the history
  • Loading branch information
9Brunodox committed Aug 5, 2024
1 parent 8340768 commit aad4824
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/create-trip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ export function CreateTripPage() {
async function createTrip(event: FormEvent<HTMLFormElement>){
event.preventDefault()

console.log(destination)
console.log(eventStartAndEndDates)
console.log(emailsToInvite)
console.log(ownerName)
console.log(ownerEmail)


if (!destination){
return
}
Expand Down

0 comments on commit aad4824

Please sign in to comment.