refactor: the whole paymanet service
This commit is contained in:
@@ -2,4 +2,4 @@ import { InjectQueue } from "@nestjs/bullmq";
|
||||
|
||||
import { PAYMENT } from "../../modules/payments/constants";
|
||||
|
||||
export const InjectPaymentQueue = () => InjectQueue(PAYMENT.PAYMENT_QUEUE_NAME);
|
||||
export const InjectPaymentQueue = () => InjectQueue(PAYMENT.QUEUE_NAME);
|
||||
|
||||
Reference in New Issue
Block a user