Fix response of google sheets append queries (#353)

This commit is contained in:
Navaneeth Pk 2021-06-29 10:59:06 +05:30 committed by GitHub
parent 73c36efa57
commit fa0c749588
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,7 @@ class GooglesheetsQueryService
end
error = result.code != 200
data = result
end
if operation === 'read'