Skip to content

Commit

Permalink
common: restore default error map
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Jan 11, 2024
1 parent 785504e commit e2d172a
Show file tree
Hide file tree
Showing 2 changed files with 460 additions and 460 deletions.
2 changes: 1 addition & 1 deletion packages/common/src/util/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export async function request(method, fullUrlOrPath, options = {}) {
headers = {},
query = {},
body,
errors,
errors = {},
timeout = 300e3, // Default to 300 seconds,
tls = {},
parseAs = 'auto',
Expand Down
Loading

0 comments on commit e2d172a

Please sign in to comment.