From df9f86851600a902c9b043dd567871dc38d7ae73 Mon Sep 17 00:00:00 2001 From: Stanislas Polu Date: Mon, 22 Jul 2024 08:31:50 +0200 Subject: [PATCH] Update connectors/src/connectors/google_drive/temporal/utils.ts Co-authored-by: Flavien David --- connectors/src/connectors/google_drive/temporal/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectors/src/connectors/google_drive/temporal/utils.ts b/connectors/src/connectors/google_drive/temporal/utils.ts index 34e763717478..a69a7bfd455b 100644 --- a/connectors/src/connectors/google_drive/temporal/utils.ts +++ b/connectors/src/connectors/google_drive/temporal/utils.ts @@ -136,7 +136,7 @@ export async function getAuthObject( const tokRes = await getOAuthConnectionAccessToken({ config: apiConfig.getOAuthAPIConfig(), logger, - provider: "slack", + provider: "google_drive", connectionId, }); if (tokRes.isErr()) {