Skip to content

Commit

Permalink
fix: api v2 webhook issue (#17831)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThyMinimalDev authored Nov 25, 2024
1 parent e477e58 commit 34d4c3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export class BookingsController_2024_04_15 {
}

private async getOAuthClientsParams(clientId: string): Promise<OAuthRequestParams> {
const res = DEFAULT_PLATFORM_PARAMS;
const res = { ...DEFAULT_PLATFORM_PARAMS };
try {
const client = await this.oAuthClientRepository.getOAuthClient(clientId);
// fetch oAuthClient from db and use data stored in db to set these values
Expand Down

0 comments on commit 34d4c3d

Please sign in to comment.