Skip to content

Commit

Permalink
Fix response of google sheets append queries (ToolJet#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
Navaneeth-pk authored Jun 29, 2021
1 parent 73c36ef commit fa0c749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/services/googlesheets_query_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def process
end

error = result.code != 200
data = result
end

if operation === 'read'
Expand Down

0 comments on commit fa0c749

Please sign in to comment.