Skip to content

Commit 52f611e

Browse files
Fix topics for challenge operations
1 parent 49d7343 commit 52f611e

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
@@ -26,8 +26,8 @@ const EVENT_MIME_TYPE = 'application/json'
2626

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

0 commit comments

Comments
 (0)