Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhywhat committed Mar 16, 2020
1 parent 2ec1d22 commit e6a14a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/modules/api/client-config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const envPort = process.env.REACT_APP_POST_URL_PORT || '';
const envPort = process.env.REACT_APP_POST_URL_PORT || ''
const postUrlPort = envPort ? `:${envPort}`: ''

export const config = {
Expand Down

0 comments on commit e6a14a3

Please sign in to comment.