Skip to content

Commit 76c75dc

Browse files
committed
fix(picker): remove GoogleAppsScript namespace usage
1 parent bffa273 commit 76c75dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picker/code.gs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if (!Drive) {
4444
/**
4545
* Checks that the file can be accessed.
4646
* @param {string} fileId The ID of the file.
47-
* @return {GoogleAppsScript.Drive_v3.Drive.V3.Schema.File} The file resource.
47+
* @return {Object} The file resource.
4848
*/
4949
function getFile(fileId) {
5050
return Drive.Files.get(fileId, {fields: '*'});

0 commit comments

Comments
 (0)