Skip to content

Commit

Permalink
styles: run bun run format
Browse files Browse the repository at this point in the history
  • Loading branch information
KumanoTanaka committed Jul 6, 2024
1 parent deae2f4 commit 0b876fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sirv.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ export default function (dir, opts = {}) {
data = {
...data,
// clone a new headers to prevent the cached one getting modified
headers: new Headers(data.headers)
}
headers: new Headers(data.headers),
};

if (gzips || brots) {
data.headers.append("Vary", "Accept-Encoding");
Expand Down

0 comments on commit 0b876fe

Please sign in to comment.