Skip to content

Commit 041d068

Browse files
Change constants
1 parent b5bc778 commit 041d068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app-constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ const EVENT_MIME_TYPE = 'application/json'
2525

2626
// using a testing topc, should be changed to use real topics in comments when they are created
2727
const Topics = {
28-
ChallengeCreated: 'test.new.bus.events', // 'challenge.action.created',
29-
ChallengeUpdated: 'test.new.bus.events', // 'challenge.action.updated',
28+
ChallengeCreated: 'challenge.action.created',
29+
ChallengeUpdated: 'challenge.action.updated',
3030
ChallengeTypeCreated: 'test.new.bus.events', // 'challenge.action.type.created',
3131
ChallengeTypeUpdated: 'test.new.bus.events', // 'challenge.action.type.updated',
3232
ChallengeSettingCreated: 'test.new.bus.events', // 'challenge.action.setting.created',

0 commit comments

Comments
 (0)