Skip to content

Commit a56248e

Browse files
committed
UpD
1 parent 41d4228 commit a56248e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QuickbaseRest/Sections/Records.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ protected function _insert($to, array $data, array $fieldsToReturn = [])
136136
$body
137137
);
138138

139-
return json_encode(
139+
return json_decode(
140140
$response->getBody()->getContents(),
141141
$this->client->convert_json_to_array
142142
);

0 commit comments

Comments
 (0)