Skip to content

Commit ca26b32

Browse files
authored
Update Image.php
1 parent 13ffaa0 commit ca26b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static function formatResponse($buffer)
6161
return [
6262
'error' => [
6363
'code' => 'parse_error',
64-
'error' => 'Unable to parse response',
64+
'message' => 'Unable to parse response',
6565
'detail' => $buffer
6666
]
6767
];

0 commit comments

Comments
 (0)