@yolo-croket-dev/amqp-access 0.0.93-jun.6 → 0.0.93-jun.7

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.0.93-jun.6",
3
+ "version": "0.0.93-jun.7",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -67,7 +67,7 @@ let AmqpUserService = class AmqpUserService {
67
67
  return this.amqpManager.call('userPhoneDecodeById', 'USER_PHONE_DECODE_BY_ID', { userId }, param);
68
68
  }
69
69
  async getUserInfoById(payload, param) {
70
- return this.amqpManager.call('유저 아이디로 해당 유저 정보 검색', 'user.get.by-id', payload, param, { isErrorThrowing: true });
70
+ return this.amqpManager.call('유저 아이디로 해당 유저 정보 검색', 'user.get.info-by-id', payload, param, { isErrorThrowing: true });
71
71
  }
72
72
  };
73
73
  AmqpUserService = __decorate([