Skip to content

Commit

Permalink
chore: add comment to v2 operation types
Browse files Browse the repository at this point in the history
  • Loading branch information
korifey91 committed Apr 11, 2024
1 parent 414da8a commit 09da43e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helpers/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 09da43e

Please sign in to comment.