Skip to content

Commit

Permalink
Fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc committed Mar 6, 2017
1 parent 25aed98 commit 6af3e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/environment.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* jshint node: true */
/* eslint-env node */
/* eslint no-var: 0 */

module.exports = function(environment) {
let ENV = {
var ENV = {
modulePrefix: 'hospitalrun',
environment,
rootURL: '/',
Expand Down

0 comments on commit 6af3e2c

Please # to comment.