@cemusta/nestjs-pulse
Version:
The modern MongoDB-powered scheduling library pulse for NestJS
8 lines • 382 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NO_QUEUE_FOUND = void 0;
const NO_QUEUE_FOUND = (name) => name
? `No Pulse queue was found with the given name (${name}). Check your configuration.`
: "No Pulse queue was found. Check your configuration.";
exports.NO_QUEUE_FOUND = NO_QUEUE_FOUND;
//# sourceMappingURL=pulse.messages.js.map