Skip to content

Commit

Permalink
Fix the structure of the experience object in the formatObject module
Browse files Browse the repository at this point in the history
  • Loading branch information
NitBravoA92 committed Nov 9, 2023
1 parent c43785f commit 880a8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logic/formatObjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ export const experience = (
reserveFullTable, guests, experienceImage,
) => ({
name: experienceName,
details: experienceDetails,
description,
experience_fee: experienceFee,
add_testing_fee: addTestingFee,
reserve_full_table: reserveFullTable,
guests,
image: experienceImage,
details: experienceDetails,
});

export const reservation = (userID, experienceID, reserveDate, reserveCity) => ({
Expand Down

0 comments on commit 880a8bd

Please sign in to comment.