Fix typo for group-id CLI parameter

This commit is contained in:
d1vbyz3r0 2025-09-11 14:43:23 +03:00 committed by Sebastian Scheibner
parent f6d81e3c05
commit 61bc30eb43

View File

@ -43,7 +43,7 @@ public class GetAvatarCommand implements JsonRpcLocalCommand {
) throws CommandException {
final var contactRecipient = ns.getString("contact");
final var profileRecipient = ns.getString("profile");
final var groupId = ns.getString("groupId");
final var groupId = ns.getString("group-id");
final InputStream data;
try {