We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f95003 + c77051b commit 8e2d61eCopy full SHA for 8e2d61e
addons/google_sheet/plugin.cfg
@@ -3,5 +3,5 @@
3
name="GodotGoogleSheet"
4
description="A plugin written in GDScript which downloads google spreadsheet with HTTP protocol."
5
author="Deflinhec"
6
-version="1.0.2"
+version="1.0.3"
7
script="plugin.gd"
addons/google_sheet/src/gsheet.gd
@@ -384,6 +384,6 @@ static func parse(json: JSONParseResult) -> JSONParseResult:
384
elif value.empty():
385
new_row[name] = 0
386
rows[pkey] = new_row
387
- response["dict"] = rows
+ response["rows"] = rows
388
json.result = response
389
return json
0 commit comments