mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Fix response of google sheets append queries (#353)
This commit is contained in:
parent
73c36efa57
commit
fa0c749588
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ class GooglesheetsQueryService
|
|||
end
|
||||
|
||||
error = result.code != 200
|
||||
data = result
|
||||
end
|
||||
|
||||
if operation === 'read'
|
||||
|
|
|
|||
Loading…
Reference in a new issue