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

Commit 179d797

Browse files
author
James Cori
committed
Turning the create listener back on
So tools can create draft challenges off the bat and get created in legacy
1 parent ff311ac commit 179d797

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ const dataHandler = (messageSet, topic, partition) => Promise.each(messageSet, a
6464

6565
try {
6666
if (topic === config.CREATE_CHALLENGE_TOPIC) {
67-
// create shut off. Only works with challenges of status draft, which happens on update
68-
// await ProcessorService.processCreate(messageJSON)
67+
await ProcessorService.processCreate(messageJSON)
6968
} else {
7069
await ProcessorService.processUpdate(messageJSON)
7170
}

0 commit comments

Comments
 (0)