Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 7c18836

Browse files
committed
fix: linting issue in callback
1 parent 1282ff3 commit 7c18836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/integrations/GoogleDrive.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ class GoogleDriveUtil {
8686

8787
login = () => {
8888
gapi.client.setToken('');
89-
(this.client.callback = response => {
89+
this.client.callback = response => {
9090
this.accessToken = response.access_token;
9191
localStorage.setItem('accessToken', this.accessToken);
9292
this.updateLoginStatus(true);
93-
}),
93+
};
9494
this.client.requestAccessToken({ prompt: '' });
9595
};
9696

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy