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 63fc362 commit bf95042Copy full SHA for bf95042
src/services/ProcessorService.js
@@ -69,7 +69,7 @@ async function deleteResource (message) {
69
logger.info(`Ignoring message as role ${message.payload.roleId} is not Submitter`)
70
return
71
}
72
- await updateTaskInformation(message.payload.challengeId, message.payload.memberId)
+ await updateTaskInformation(message.payload.challengeId, null)
73
74
75
deleteResource.schema = {
0 commit comments