Skip to content

Commit

Permalink
hepp
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 27, 2024
1 parent caf8fbd commit 3e5aba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/gcs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async function uploadFile(
gzip: !!gcsOptions.gzip,
metadata: {
// eslint-disable-next-line unicorn/numeric-separators-style

Check failure on line 83 in lib/plugins/gcs/index.js

View workflow job for this annotation

GitHub Actions / build (18.x)

Delete `··`

Check failure on line 83 in lib/plugins/gcs/index.js

View workflow job for this annotation

GitHub Actions / build (20.x)

Delete `··`
cacheControl: 'public, max-age=' + noCacheTime ? 0 : 31536000
cacheControl: 'public, max-age=' + (noCacheTime ? 0 : 31536000)

Check failure on line 84 in lib/plugins/gcs/index.js

View workflow job for this annotation

GitHub Actions / build (18.x)

Delete `··`

Check failure on line 84 in lib/plugins/gcs/index.js

View workflow job for this annotation

GitHub Actions / build (20.x)

Delete `··`
}
};

Expand Down

0 comments on commit 3e5aba1

Please sign in to comment.