Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArvindEnvoy committed Nov 20, 2024
1 parent 6ff8f32 commit 82c67fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/EnvoyUserAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export default class EnvoyUserAPI extends EnvoyAPI {
const { data } = await this.axios({
method: 'POST',
url: '/a/rms/reservations',
data: { createReservationBody },
data: createReservationBody,
});
return data.data;
}
Expand Down

0 comments on commit 82c67fe

Please sign in to comment.