Skip to content

Commit

Permalink
style: resolve prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
oleghalin committed Feb 8, 2023
1 parent 409c337 commit 45e6dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/entries/cloudflare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ function assetsCacheControl(_request) {
if (isPublicAssetURL(url.pathname)) {
return {
browserTTL: 31_536_000,
edgeTTL: 31_536_000
}
edgeTTL: 31_536_000,
};
}
return {};
}
Expand Down

0 comments on commit 45e6dbe

Please sign in to comment.