command/sticker: remove unreachable code

This commit is contained in:
Max Kellermann
2024-12-03 12:32:32 +01:00
parent 9a7a8ec137
commit 30d2a31473

View File

@@ -386,8 +386,6 @@ handle_sticker_names_types(Client &client, Request args, Response &r)
r.FmtError(ACK_ERROR_ARG, "unsupported tag {:?}", type); r.FmtError(ACK_ERROR_ARG, "unsupported tag {:?}", type);
return CommandResult::ERROR; return CommandResult::ERROR;
} }
r.FmtError(ACK_ERROR_ARG, "unknown sticker domain {:?}", type);
return CommandResult::ERROR;
} }
CommandResult CommandResult