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

Commit fdf0ee5

Browse files
sync phases on tasks
1 parent 650a3e7 commit fdf0ee5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: src/services/ProcessorService.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -688,12 +688,7 @@ async function processMessage (message) {
688688
logger.info('Challenge type is not a task.. Skip closing challenge...')
689689
}
690690
}
691-
692-
if (!_.get(message.payload, 'task.isTask')) {
693-
await syncChallengePhases(legacyId, message.payload.phases)
694-
} else {
695-
logger.info('Will skip syncing phases as the challenge is a task...')
696-
}
691+
await syncChallengePhases(legacyId, message.payload.phases)
697692
}
698693

699694
try {

0 commit comments

Comments
 (0)