Remove unnecessary switch

This commit is contained in:
Max Leiter 2022-09-07 21:43:48 -07:00
parent 96d96d1288
commit edbc99915d

View file

@ -7,8 +7,6 @@ const commands = ["who"];
const parseWhoxResponse = (user: ClientUser, args: string) => {
const parseFieldNameForLounge = (field: string) => {
switch (field) {
case "channel":
return "channel"; // no-op for now
case "nickname":
return "nick";
case "username":