File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scripts/withdrawn-migration Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ module.exports = {
189
189
SURVEY_COLLECTOR_PREFIX : process . env . WEEKLY_SURVEY_SURVEY_COLLECTOR_PREFIX || 'Week ending' ,
190
190
SURVEY_MASTER_COLLECTOR_ID : process . env . WEEKLY_SURVEY_SURVEY_MASTER_COLLECTOR_ID || '' ,
191
191
SURVEY_MASTER_MESSAGE_ID : process . env . WEEKLY_SURVEY_SURVEY_MASTER_MESSAGE_ID || '' ,
192
- SURVEY_CONTACT_GROUP_ID : process . env . WEEKLY_SURVEY_SURVEY_CONTACT_GROUP_ID || '' ,
192
+ SURVEY_CONTACT_GROUP_ID : process . env . WEEKLY_SURVEY_SURVEY_CONTACT_GROUP_ID || ''
193
193
} ,
194
194
// payment scheduler config
195
195
PAYMENT_PROCESSING : {
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ async function backup () {
15
15
const filePath = path . join ( __dirname , '/temp/' )
16
16
if ( fs . existsSync ( filePath ) ) {
17
17
fs . rmdirSync ( filePath , { recursive : true } )
18
- fs . mkdirSync ( filePath )
19
18
}
19
+ fs . mkdirSync ( filePath )
20
20
const Op = Sequelize . Op
21
21
const jobCandidates = await JobCandidate . findAll ( {
22
22
where : {
You can’t perform that action at this time.
0 commit comments