command/sticker: remove unreachable code
This commit is contained in:
@@ -386,8 +386,6 @@ handle_sticker_names_types(Client &client, Request args, Response &r)
|
||||
r.FmtError(ACK_ERROR_ARG, "unsupported tag {:?}", type);
|
||||
return CommandResult::ERROR;
|
||||
}
|
||||
r.FmtError(ACK_ERROR_ARG, "unknown sticker domain {:?}", type);
|
||||
return CommandResult::ERROR;
|
||||
}
|
||||
|
||||
CommandResult
|
||||
|
Reference in New Issue
Block a user