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