Skip to content

Commit

Permalink
wip: applying cancellability to handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
tegefaulkes committed Nov 5, 2024
1 parent 38a6931 commit a9f2f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ function toError(
}
}
}
// Other values are returned as-is
// Other values are returned as-i
return errorData;
}

Expand Down

0 comments on commit a9f2f0b

Please sign in to comment.