From 5eb0c08aca8b59c0be24d1097c1da5fbc8b7e30d Mon Sep 17 00:00:00 2001 From: Sachin Maheshwari Date: Tue, 6 Aug 2019 12:45:15 +0530 Subject: [PATCH] typo in topic name --- connect/constants.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/connect/constants.js b/connect/constants.js index a6874e7..333839a 100644 --- a/connect/constants.js +++ b/connect/constants.js @@ -56,10 +56,10 @@ module.exports = { PHASE_PROGRESS_UPDATED: 'connect.notification.project.phase.update.progress', PHASE_SCOPE_UPDATED: 'connect.notification.project.phase.update.scope', PHASE_PRODUCT_SPEC_UPDATED: 'connect.notification.project.product.update.spec', - MILESTONE_ACTIVATED: 'connect.notification.timeline.milestone.transition.active', - MILESTONE_COMPLETED: 'connect.notification.timeline.milestone.transition.completed', - WAITING_FOR_CUSTOMER_INPUT: 'connect.notification.timeline.milestone.waiting.customer', - TIMELINE_ADJUSTED: 'connect.notification.timeline.adjusted', + MILESTONE_ACTIVATED: 'connect.notification.project.timeline.milestone.transition.active', + MILESTONE_COMPLETED: 'connect.notification.project.timeline.milestone.transition.completed', + WAITING_FOR_CUSTOMER_INPUT: 'connect.notification.project.timeline.milestone.waiting.customer', + TIMELINE_ADJUSTED: 'connect.notification.project.timeline.adjusted', }, TOPIC: { CREATED: 'connect.notification.project.topic.created',