Skip to content

Commit

Permalink
fix(bus): adjust axios config to properly handle 204 responses (#61)
Browse files Browse the repository at this point in the history
fixes #60
  • Loading branch information
pmstss authored May 4, 2022
1 parent 37b7321 commit 97565e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/bus/src/dispatchers/HttpCommandDispatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ export class HttpCommandDispatcher implements CommandDispatcher {
authorization: `api-key ${token}`
},
transitional: {
forcedJSONParsing: false,
silentJSONParsing: false,
clarifyTimeoutError: true
}
};
Expand Down

0 comments on commit 97565e8

Please sign in to comment.