Skip to content

Commit

Permalink
fix: Daf REST headers type
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat authored and mirceanis committed Sep 7, 2020
1 parent 476ff34 commit b22c540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/daf-rest/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class AgentRestClient implements IAgentPlugin {
constructor(options: {
url: string
enabledMethods: string[]
headers?: Response['headers']
headers?: Record<string, string>
overrides?: Record<string, IAgentRESTMethod>
}) {
this.url = options.url
Expand Down

0 comments on commit b22c540

Please sign in to comment.