Skip to content

Commit 8be26c3

Browse files
authored
Change gs.print to return JSON string
1 parent 85cd5f2 commit 8be26c3

File tree

1 file changed

+1
-1
lines changed
  • Specialized Areas/Fix scripts/Create Table JSON

1 file changed

+1
-1
lines changed

Specialized Areas/Fix scripts/Create Table JSON/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ function getJson(tableName, fields) {
88
while (dict.next()) {
99
jsonObj[dict.element] = '';
1010
}
11-
gs.print(JSON.stringify(jsonObj));
11+
return JSON.stringify(jsonObj);
1212
}

0 commit comments

Comments
 (0)