Skip to content

Commit 95e6fe1

Browse files
author
Eric Koleda
committed
Fix typo in README. Fixed googleworkspace#3.
1 parent fab2b9d commit 95e6fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ service for the Google Drive API.
8080

8181
// Sets the login hint, which will prevent the account chooser screen
8282
// from being shown to users logged in with multiple accounts.
83-
.setParam('login_hint', Session.getActiveUser.getEmail())
83+
.setParam('login_hint', Session.getActiveUser().getEmail())
8484

8585
// Requests offline access.
8686
.setParam('access_type', 'offline')

0 commit comments

Comments
 (0)