Skip to content

Commit

Permalink
Remove semicolon to adhere to linting
Browse files Browse the repository at this point in the history
  • Loading branch information
alex newman authored and igloosi committed Oct 29, 2018
1 parent 9e364cf commit 2a1af5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var useCookieSessionStore = process.env.USE_COOKIE_SESSION_STORE || config.useCo
var useHttps = process.env.USE_HTTPS || config.useHttps
var useBrowserSync = config.useBrowserSync
var gtmId = process.env.GOOGLE_TAG_MANAGER_TRACKING_ID
var staticAssetsMaxAge = process.env.ASSETS_MAX_AGE || config.assetsMaxAge;
var staticAssetsMaxAge = process.env.ASSETS_MAX_AGE || config.assetsMaxAge

env = env.toLowerCase()
useAuth = useAuth.toLowerCase()
Expand Down

0 comments on commit 2a1af5c

Please sign in to comment.