Skip to content

Commit

Permalink
Merge pull request #79 from conveyal/fix-formatting
Browse files Browse the repository at this point in the history
fix(formatting): run prettier
  • Loading branch information
miles-grant-ibigroup authored Feb 3, 2022
2 parents 576a869 + 5a7a1f1 commit 77bd301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function run({
query,
url = searchUrl
}: PeliasFetchArgs): JSONArrayPromise {
return fetch(`${url}?${stringify(query, {allowDots: true})}`, options)
return fetch(`${url}?${stringify(query, { allowDots: true })}`, options)
.then((res) => res.json())
.then((json) => {
let jsonResponse = json
Expand Down

0 comments on commit 77bd301

Please sign in to comment.