Skip to content

Commit

Permalink
Use backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ Simons committed Mar 28, 2018
1 parent 066e38f commit 1ef4f40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const createFilePath = (directory, filename, ext) => path.join(
`${filename}${ext}`
)

const ignoreCache = () => process.env.NODE_ENV === 'production' || process.env.NO_CACHE
const ignoreCache = () => process.env.NODE_ENV === `production` || process.env.NO_CACHE

/********************
* Queue Management *
Expand Down

0 comments on commit 1ef4f40

Please sign in to comment.