Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Sep 22, 2024
1 parent f032086 commit 72608d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/adapters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ export class Protocol {

if (this.metadata) {
return {
data: await instance.getTileJson(params.url)
}
data: await instance.getTileJson(params.url),
};
}

const h = await instance.getHeader();
Expand Down

0 comments on commit 72608d0

Please sign in to comment.