Skip to content

Commit

Permalink
style: fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed May 3, 2022
1 parent 9f6d5d2 commit 66b47c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Youch.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ class Youch {
httpVersion: this.request.httpVersion,
method: this.request.method,
connection: this.request.headers.connection,
headers: headers,
cookies: cookies
headers,
cookies
}
}

Expand Down

0 comments on commit 66b47c3

Please sign in to comment.