Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit af55511

Browse files
author
James Cori
committed
Enabling the Migration
1 parent 5c6d7c2 commit af55511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/migrations/010-fix-effort-hours.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ const migrationFunction = {
6161
// logger.debug(`Key ${key} not found in legacy array`)
6262
}
6363
})
64-
logger.debug(`Writing Challenge ${JSON.stringify(challenge)}`)
65-
// await challengeService.save(challenge)
64+
// logger.debug(`Writing Challenge ${JSON.stringify(challenge)}`)
65+
await challengeService.save(challenge)
6666
}
6767
}
6868
} else {

0 commit comments

Comments
 (0)