@yolo-croket-dev/amqp-access 0.5.77-jun.8 → 0.5.77-jun.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.5.77-jun.8",
3
+ "version": "0.5.77-jun.9",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -25,7 +25,7 @@ let AmqpDemandLikeService = class AmqpDemandLikeService {
25
25
  return this.amqpManager.call('구해줘 게시글 좋아요', 'demand.like.by-user', payload, param, { isErrorThrowing: true });
26
26
  }
27
27
  async unLikeDemandByUser(payload, param) {
28
- return this.amqpManager.call('구해줘 게시글 좋아요 취소', 'demand.unlike.by-user', payload, param, { isErrorThrowing: true });
28
+ return this.amqpManager.call('구해줘 게시글 좋아요 취소', 'demand.un-like.by-user', payload, param, { isErrorThrowing: true });
29
29
  }
30
30
  };
31
31
  AmqpDemandLikeService = __decorate([