From a4053d066647f0ac2cff59e7bdcf34afeb3fb7e4 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Mon, 9 Jan 2023 02:48:11 +0100 Subject: [PATCH] Removed Id property from patronuser --- src/NadekoBot/Db/Models/PatronQuota.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NadekoBot/Db/Models/PatronQuota.cs b/src/NadekoBot/Db/Models/PatronQuota.cs index a0e42e28c..863dcd961 100644 --- a/src/NadekoBot/Db/Models/PatronQuota.cs +++ b/src/NadekoBot/Db/Models/PatronQuota.cs @@ -27,7 +27,6 @@ public enum FeatureType public class PatronUser { - public int Id { get; set; } public string UniquePlatformUserId { get; set; } public ulong UserId { get; set; } public int AmountCents { get; set; }