Skip to content

Commit

Permalink
Fix TS
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed Jan 17, 2025
1 parent 60facf3 commit 2c66084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/templates/http-client.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export class HttpClient<SecurityDataType = unknown> {
queue.push(data);
}
},
onError: (error: Error) => {
onError: (error) => {
reader.cancel();
queue.fail(error);
},
Expand Down

0 comments on commit 2c66084

Please sign in to comment.