Skip to content

Commit

Permalink
fixing bug;
Browse files Browse the repository at this point in the history
  • Loading branch information
ArvindEnvoy committed Nov 21, 2024
1 parent 15ec9d1 commit 5a8fed9
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 @@ -220,7 +220,7 @@ export default class EnvoyUserAPI extends EnvoyAPI {
...(reservationDetails['end-time'] && {
'end-time': reservationDetails['end-time']
}),
'booking-source': 'WORKFLOWS'
'booking-source': 'EXTERNAL_API'
}
}
}
Expand Down

0 comments on commit 5a8fed9

Please sign in to comment.