@yolo-croket-dev/amqp-access 0.0.135 → 0.0.136

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.
@@ -25,7 +25,7 @@ let AmqpAppBulkPushService = class AmqpAppBulkPushService {
25
25
  return this.amqpManager.onlyPublish('예약 시간 지난 대상으로 발송 처리', 'app-bulk-push.send.reservation-bulk-push', payload, param);
26
26
  }
27
27
  async checkIngBulkPushExceptMe(payload, param) {
28
- return this.amqpManager.call('나를 제외한 진행중인 푸시가 있는지 체크', 'app-bulk-push.check.ing-except-me', payload, param);
28
+ return this.amqpManager.call('나를 제외한 진행중인 푸시가 있는지 체크', 'app-bulk-push.check.ing-except-me', payload, param, { isErrorThrowing: true });
29
29
  }
30
30
  };
31
31
  exports.AmqpAppBulkPushService = AmqpAppBulkPushService;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.0.135",
3
+ "version": "0.0.136",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",