Skip to content

Commit 8ad18db

Browse files
Merge pull request #8 from ScriptAddicts/fix-fpr-886
Fixing FPR-886
2 parents f0c40ab + 4a3bc4c commit 8ad18db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scriptaddicts/docsserviceapp",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "Fork of DocsServiceApp to continue support of the library",
55
"main": "index.js",
66
"scripts": {

src/apps/SpreadsheetApp/SpreadsheetAppp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
}
167167
}
168168
try {
169-
const tmpSpreadsheet = SpreadsheetAppp.openById(tmpId);
169+
const tmpSpreadsheet = SpreadsheetApp.openById(tmpId);
170170
tmpSheet = tmpSpreadsheet.getSheets()[0];
171171
tmpSheet.setName(`SpreadsheetAppp_${Utilities.getUuid()}`);
172172
tmpSheet.copyTo(dstSS);

0 commit comments

Comments
 (0)