Please jshint, can you be a regular linter?

remotes/origin/master-ci-test^2
Daniel García Aubert 5 years ago
parent 8ed187b0f5
commit 0c9cfefcd0

@ -10,9 +10,9 @@ module.exports = function setLastModifiedHeader () {
if (cache_buster) {
const cacheBuster = parseInt(cache_buster, 10);
const lastModifiedDate = Number.isFinite(cacheBuster) && cacheBuster !== 0
? new Date(cacheBuster)
: new Date();
const lastModifiedDate = Number.isFinite(cacheBuster) && cacheBuster !== 0 ?
new Date(cacheBuster) :
new Date();
res.set('Last-Modified', lastModifiedDate.toUTCString());

Loading…
Cancel
Save