We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0c64e commit fd23111Copy full SHA for fd23111
1 file changed
src/modules/connectors.ts
@@ -27,9 +27,6 @@ export function createConnectorsModule(
27
async getAccessToken(
28
integrationType: ConnectorIntegrationType
29
): Promise<ConnectorAccessTokenResponse> {
30
- console.warn(
31
- "[Base44 SDK] connectors.getAccessToken() is deprecated. Use getConnection(integrationType) and use the returned accessToken instead."
32
- );
33
if (!integrationType || typeof integrationType !== "string") {
34
throw new Error("Integration type is required and must be a string");
35
}
0 commit comments