Skip to content

Commit

Permalink
Update connectors/src/connectors/google_drive/temporal/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Flavien David <[email protected]>
  • Loading branch information
spolu and flvndvd committed Jul 22, 2024
1 parent 0fef949 commit df9f868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/src/connectors/google_drive/temporal/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit df9f868

Please sign in to comment.