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);
|
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
|
||||||
|
Reference in New Issue
Block a user