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 12a387a commit c0fbfc6Copy full SHA for c0fbfc6
config/constants/index.js
@@ -3,8 +3,7 @@ module.exports = (() => {
3
4
// for security reason don't let to require any arbitrary file defined in process.env
5
if (['master', 'qa'].indexOf(branch) < 0) {
6
- return require('./' + branch)
7
- } else {
8
return require('./dev')
9
}
+ return require('./' + branch)
10
})()
0 commit comments