Skip to content

Commit

Permalink
docs(api): remove "async" to header getter
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieusieben committed Aug 12, 2024
1 parent 744c75d commit dcc466d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/purple-pans-shout.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ const instance = new XrpcClient(
service: () => 'http://my-service.com',
headers: {
'my-header': () => 'my-value',
'my-ignored-header': async () => null, // ignored
'my-ignored-header': () => null, // ignored
},
},
[
Expand Down

0 comments on commit dcc466d

Please sign in to comment.