Skip to content

Commit

Permalink
UpD
Browse files Browse the repository at this point in the history
  • Loading branch information
eskrano committed Jul 23, 2020
1 parent 41d4228 commit a56248e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QuickbaseRest/Sections/Records.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ protected function _insert($to, array $data, array $fieldsToReturn = [])
$body
);

return json_encode(
return json_decode(
$response->getBody()->getContents(),
$this->client->convert_json_to_array
);
Expand Down

0 comments on commit a56248e

Please sign in to comment.