Skip to content

Commit fd23111

Browse files
committed
remove deprecation console warning
1 parent ab0c64e commit fd23111

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/modules/connectors.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ export function createConnectorsModule(
2727
async getAccessToken(
2828
integrationType: ConnectorIntegrationType
2929
): Promise<ConnectorAccessTokenResponse> {
30-
console.warn(
31-
"[Base44 SDK] connectors.getAccessToken() is deprecated. Use getConnection(integrationType) and use the returned accessToken instead."
32-
);
3330
if (!integrationType || typeof integrationType !== "string") {
3431
throw new Error("Integration type is required and must be a string");
3532
}

0 commit comments

Comments
 (0)