Removal of an accidental change I did.

This commit is contained in:
CakeAndBanana
2025-09-25 03:14:09 +02:00
parent 03f633a273
commit 1a97dded9c

View File

@@ -4,7 +4,6 @@ public class GroupPair
{
public string GroupGID { get; set; }
public Group Group { get; set; }
public GroupProfile Profile { get; set; }
public string GroupUserUID { get; set; }
public User GroupUser { get; set; }
public bool IsPinned { get; set; }