Skip to content

Commit 71b9af4

Browse files
author
Ives van Hoorne
committed
Remove dangling commas from env.js
1 parent 4e89c3c commit 71b9af4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/env.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ module.exports = Object.keys(process.env)
1414
},
1515
{
1616
'process.env.NODE_ENV': NODE_ENV,
17-
'process.env.LOCAL_SERVER': !!LOCAL_SERVER,
18-
},
17+
'process.env.LOCAL_SERVER': !!LOCAL_SERVER
18+
}
1919
);

0 commit comments

Comments
 (0)