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 3030ac7 commit 5d05945Copy full SHA for 5d05945
scripts/withdrawn-migration/backup.js
@@ -42,7 +42,7 @@ async function backup () {
42
where: filter
43
})
44
if (candidates && candidates.length > 0) {
45
- fs.writeFile(filePath + `jobcandidate-backup-${new Date().toString()}.json`, JSON.stringify(
+ fs.writeFile(filePath + `jobcandidate-backup.json`, JSON.stringify(
46
candidates
47
), (err) => {
48
if (!err) {
0 commit comments