Skip to content

Commit 28f4916

Browse files
committed
external-match: client: fix typo in accept header
1 parent 6161ea9 commit 28f4916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/external-match/src/http.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class RelayerHttpClient {
5858
this.defaultHeaders = {
5959
"Content-Type": "application/json",
6060
// Ask the server to encode all numeric values as strings.
61-
Accept: "application/json; numbers=string",
61+
Accept: "application/json; number=string",
6262
};
6363
}
6464

0 commit comments

Comments
 (0)