Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added functionality to pass down the header to bot #1848

Merged
merged 14 commits into from
Jan 21, 2024
Prev Previous commit
Next Next commit
Removed commented code
  • Loading branch information
Shubham Sharma committed Jan 16, 2024
commit 6f6c0000472774f92f78097558dc2a08bcc1072d
1 change: 0 additions & 1 deletion test/integration/discordactions.test.js
skv93-coder marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const { userStatusDataForOooState } = require("../fixtures/userStatus/userStatus
const { generateCronJobToken } = require("../utils/generateBotToken");
const { CRON_JOB_HANDLER } = require("../../constants/bot");

// describe("reason", function () {});
describe("Discord actions", function () {
let superUserId;
let archievedUserId;
Expand Down
Loading