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 277c28a commit c0f5089
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: { data: createReservationBody },
data: { createReservationBody },
});
return data.data;
}
Expand Down

0 comments on commit c0f5089

Please sign in to comment.