Skip to content

Commit

Permalink
Get tests passing for the first time
Browse files Browse the repository at this point in the history
  • Loading branch information
danbahrami committed Aug 17, 2024
1 parent 60ff584 commit 8388d9b
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 158 deletions.
2 changes: 1 addition & 1 deletion src/createClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const createClient = (options: ClientOptions = {}): Client => {
} catch (e) {
const error = new JsonParseError(
request,
response.clone(),
response,
e
);
await callbacks.onJsonParseError.emit({
Expand Down
Loading

0 comments on commit 8388d9b

Please sign in to comment.