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 49d7343 commit 52f611eCopy full SHA for 52f611e
app-constants.js
@@ -26,8 +26,8 @@ const EVENT_MIME_TYPE = 'application/json'
26
27
// using a testing topc, should be changed to use real topics in comments when they are created
28
const Topics = {
29
- ChallengeCreated: 'challenge.action.created',
30
- ChallengeUpdated: 'challenge.action.updated',
+ ChallengeCreated: 'challenge.notification.create',
+ ChallengeUpdated: 'challenge.notification.update',
31
ChallengeTypeCreated: 'test.new.bus.events', // 'challenge.action.type.created',
32
ChallengeTypeUpdated: 'test.new.bus.events', // 'challenge.action.type.updated',
33
ChallengeSettingCreated: 'test.new.bus.events', // 'challenge.action.setting.created',
0 commit comments