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 Oct 18, 2018
1 parent c936a2a commit ad594f9
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 ad594f9

Please sign in to comment.