@yolo-croket-dev/amqp-access 0.5.127 → 0.5.128
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
|
@@ -34,7 +34,7 @@ let AmqpBrandInspectionService = class AmqpBrandInspectionService {
|
|
|
34
34
|
return this.amqpManager.call('브랜드 검토 거절', 'brand-inspection.reject', payload, param, { isErrorThrowing: true });
|
|
35
35
|
}
|
|
36
36
|
async getBrandInspectionsForAdmin(payload, param) {
|
|
37
|
-
return this.amqpManager.call('브랜드 검토 관리자 조회', 'brand-inspection.get.for-admin', payload, param, { isErrorThrowing: true });
|
|
37
|
+
return this.amqpManager.call('브랜드 검토 관리자 조회', 'brand-inspection.get.list-for-admin', payload, param, { isErrorThrowing: true });
|
|
38
38
|
}
|
|
39
39
|
};
|
|
40
40
|
exports.AmqpBrandInspectionService = AmqpBrandInspectionService;
|