Skip to content

Commit

Permalink
Define client id variable
Browse files Browse the repository at this point in the history
  • Loading branch information
taniarascia committed Feb 21, 2020
1 parent 783041a commit b945f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const envVariable = dotenv.config()
let envKeys
if (envVariable.error) {
envKeys = {
'process.env.CLIENT_ID': 'a6f0527550d66198cedf',
'process.env.CLIENT_ID': '"a6f0527550d66198cedf"',
}
} else {
envKeys = {
Expand Down

0 comments on commit b945f18

Please sign in to comment.