diff --git a/helpers/common.js b/helpers/common.js index 82f1f6c72..f99402ecd 100644 --- a/helpers/common.js +++ b/helpers/common.js @@ -5,6 +5,8 @@ const OPERATION_TYPES = { REPLY: 'reply', RECEIVE: 'receive', }, + // For v2, when you use publish operation it means + // other publish to your application because your application is subscribing to it. V2: { REQUEST: 'publish', SEND: 'subscribe',