Skip to content

Commit cfe789b

Browse files
committed
workflow trigger
1 parent 15b87f6 commit cfe789b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-fetch/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export default function createClient(clientOptions) {
169169
// handle errors
170170
let error = await response.text();
171171
try {
172-
error = JSON.parse(error); // attempt to parse as JSON
172+
error = JSON.parse(error); // attempt to parse as JSONdsd
173173
} catch {
174174
// noop
175175
}

0 commit comments

Comments
 (0)