Import messages after connected-account creation (#3389)

This commit is contained in:
Weiko
2024-01-11 20:05:08 +01:00
committed by GitHub
parent 2e571976fb
commit 0a77a376fd
2 changed files with 22 additions and 2 deletions
@@ -35,7 +35,7 @@ export class GoogleGmailAuthController {
const { workspaceMemberId, workspaceId } =
await this.tokenService.verifyTransientToken(transientToken);
this.googleGmailService.saveConnectedAccount({
await this.googleGmailService.saveConnectedAccount({
handle: email,
workspaceMemberId: workspaceMemberId,
workspaceId: workspaceId,