Skip to content

Commit

Permalink
style: Lint with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Nov 21, 2024
1 parent 9246d41 commit 81dab45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ipinfoWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default class IPinfoWrapper {
{
timeout: this.timeout,
method: "GET",
compress: false,
compress: false
},
init,
{ headers: Object.assign(headers, init.headers) }
Expand Down

0 comments on commit 81dab45

Please sign in to comment.