Skip to content

Commit 5d05945

Browse files
remove the timestamp
1 parent 3030ac7 commit 5d05945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/withdrawn-migration/backup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async function backup () {
4242
where: filter
4343
})
4444
if (candidates && candidates.length > 0) {
45-
fs.writeFile(filePath + `jobcandidate-backup-${new Date().toString()}.json`, JSON.stringify(
45+
fs.writeFile(filePath + `jobcandidate-backup.json`, JSON.stringify(
4646
candidates
4747
), (err) => {
4848
if (!err) {

0 commit comments

Comments
 (0)