Skip to content

Commit 966ef93

Browse files
committed
fix: remove unused import in authorizeBot test file
1 parent 4706642 commit 966ef93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/middlewares/authorizeBot.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const expect = require("chai").expect;
44
const bot = require("../../utils/generateBotToken");
55
const jwt = require("jsonwebtoken");
66
const { HEADERS } = require("../../../constants/constants.ts");
7-
87
const { BAD_TOKEN, CLOUDFLARE_WORKER, CRON_JOB_HANDLER, DISCORD_SERVICE } = require("../../../constants/bot");
98

109
describe("Middleware | Authorize Bot", function () {

0 commit comments

Comments
 (0)