Skip to content

Commit

Permalink
feat: connection params
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-dixit committed Jan 1, 2025
1 parent a304e13 commit 45407f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/sdk/models/connectedAccounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export class ConnectedAccounts {
labels,
authConfig,
integrationId,
connectionParams
connectionParams,
} = payload;
if (!integrationId && !appName) {
throw CEG.getCustomError(
Expand Down

0 comments on commit 45407f5

Please sign in to comment.