Skip to content

Commit 99f5e0f

Browse files
authored
comment unused code
1 parent e5db110 commit 99f5e0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/controllers/baseHandler.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import {
2727
NOTIFY_ONBOARDING,
2828
OOO,
2929
USER,
30-
REMOVE,
3130
GROUP_INVITE,
3231
} from "../constants/commands";
3332
import { updateNickName } from "../utils/updateNickname";
@@ -42,7 +41,7 @@ import {
4241
RETRY_COMMAND,
4342
} from "../constants/responses";
4443
import { DevFlag } from "../typeDefinitions/filterUsersByRole";
45-
import { kickEachUser } from "./kickEachUser";
44+
// import { kickEachUser } from "./kickEachUser";
4645
import { groupInvite } from "./groupInvite";
4746

4847
export async function baseHandler(

0 commit comments

Comments
 (0)