Skip to content

Commit

Permalink
More self review
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Jan 1, 2025
1 parent 4d5bb66 commit 56e63f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/google-drive.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export class GoogleDriveLoader {
}

_loadScript(src, onload) {
// https://github.com/google/google-api-javascript-client/issues/319
return new Promise((resolve) => {
const script = document.createElement("script");
script.src = src;
Expand Down

0 comments on commit 56e63f3

Please sign in to comment.