We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e477e58 commit 34d4c3dCopy full SHA for 34d4c3d
apps/api/v2/src/ee/bookings/2024-04-15/controllers/bookings.controller.ts
@@ -333,7 +333,7 @@ export class BookingsController_2024_04_15 {
333
}
334
335
private async getOAuthClientsParams(clientId: string): Promise<OAuthRequestParams> {
336
- const res = DEFAULT_PLATFORM_PARAMS;
+ const res = { ...DEFAULT_PLATFORM_PARAMS };
337
try {
338
const client = await this.oAuthClientRepository.getOAuthClient(clientId);
339
// fetch oAuthClient from db and use data stored in db to set these values
0 commit comments