Skip to content

Commit

Permalink
feat: remove integration
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-dixit committed Jan 2, 2025
1 parent 5f9e0f5 commit 8644a7b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions js/src/sdk/models/connectedAccounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,6 @@ export class ConnectedAccounts {
}
}

async getIntegration(data: { integrationId: string }) {
const res = await apiClient.appConnector.getConnectorInfo({
path: { integrationId: data.integrationId },
});
return res.data;
}

// Should we deprecate this or change the signature?
async initiate(
payload: InitiateConnectionDataReq
Expand Down

0 comments on commit 8644a7b

Please sign in to comment.