We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6161ea9 commit 28f4916Copy full SHA for 28f4916
packages/external-match/src/http.ts
@@ -58,7 +58,7 @@ export class RelayerHttpClient {
58
this.defaultHeaders = {
59
"Content-Type": "application/json",
60
// Ask the server to encode all numeric values as strings.
61
- Accept: "application/json; numbers=string",
+ Accept: "application/json; number=string",
62
};
63
}
64
0 commit comments