We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684716e commit 6787b7dCopy full SHA for 6787b7d
src/config.js
@@ -12,4 +12,4 @@ module.exports = {
12
emailSubject: 'Help with Covid19 study'
13
};
14
15
-console.log(`Loading schema from REPROSCHEMA_GITHUB_SRC: ${process.env.VUE_APP_REPROSCHEMA_GITHUB_SRC}`);
+console.log(`Loading schema from VUE_APP_REPROSCHEMA_GITHUB_SRC: ${process.env.VUE_APP_REPROSCHEMA_GITHUB_SRC}`);
0 commit comments