UNPKG

nestjs-slack-webhook

Version:
9 lines 339 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InjectSlack = InjectSlack; const common_1 = require("@nestjs/common"); const slackConstants_1 = require("./slackConstants"); function InjectSlack() { return (0, common_1.Inject)(slackConstants_1.SLACK_TOKEN); } //# sourceMappingURL=injectSlack.js.map