Skip to content

Commit a2a4a30

Browse files
author
Eric Koleda
authored
Merge pull request googleworkspace#22 from AledLewis/patch-1
Fix bug in load local logic (LLL)
2 parents 372baf3 + 1969dcb commit a2a4a30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

import_export_development/src/libs/lib.utils.sheets.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ function SheetsUtilitiesLibrary(config) {
4949
SheetsUtilitiesLibrary.prototype.getCurrentActiveSpreadsheet = function() {
5050
var loadLocal = ((typeof this.config.sheets !== 'undefined') &&
5151
(typeof this.config.sheets.debugSpreadsheetId !== 'undefined') &&
52+
(this.config.sheets.debugSpreadsheetId !== null) &&
5253
(this.config.sheets.debugSpreadsheetId !== ''));
5354
if (loadLocal) {
5455
return SpreadsheetApp.openById(this.config.sheets.debugSpreadsheetId);

0 commit comments

Comments
 (0)