Fixed RemoveRoomsByIds.just()

This commit is contained in:
Andrey Terentev 2024-03-13 12:10:06 +07:00 committed by Andrey Terentev
parent abc6770969
commit 889b927b10

View File

@ -29,7 +29,7 @@ public class RemoveRoomsByIds {
}
public static @NotNull RemoveRoomsByIds just(@NotNull NodeIdentifier nodeId, @NotNull RoomIdentifier roomId) {
return RemoveRoomsByIds.builder().appendRoomId(path).build();
return RemoveRoomsByIds.builder().setNodeId(nodeId).appendRoomId(roomId).build();
}
public static @NotNull Builder builder() {