From a1632722bc474912b591c175a85ec898829edd17 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sun, 3 Nov 2024 09:32:43 +0000 Subject: [PATCH] fix: fix timely --- src/NadekoBot/Db/Models/support/PatronQuota.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NadekoBot/Db/Models/support/PatronQuota.cs b/src/NadekoBot/Db/Models/support/PatronQuota.cs index f6c218d5c..ee4d196b6 100644 --- a/src/NadekoBot/Db/Models/support/PatronQuota.cs +++ b/src/NadekoBot/Db/Models/support/PatronQuota.cs @@ -5,8 +5,8 @@ namespace NadekoBot.Db.Models; public class PatronUser { - [Key] - public int Id { get; set; } + // [Key] + // public int Id { get; set; } public string UniquePlatformUserId { get; set; } public ulong UserId { get; set; } public int AmountCents { get; set; }