From c75d918e6c290a4f4fe5f4aaa744a3af9982ca20 Mon Sep 17 00:00:00 2001 From: Nikola Dmitrasinovic Date: Wed, 24 Jan 2024 09:34:46 +0100 Subject: [PATCH] wip --- .../Persistence/Database/QuotasDbContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Quotas/src/Quotas.Infrastructure/Persistence/Database/QuotasDbContext.cs b/Modules/Quotas/src/Quotas.Infrastructure/Persistence/Database/QuotasDbContext.cs index 6595854fd6..00c4f232fd 100644 --- a/Modules/Quotas/src/Quotas.Infrastructure/Persistence/Database/QuotasDbContext.cs +++ b/Modules/Quotas/src/Quotas.Infrastructure/Persistence/Database/QuotasDbContext.cs @@ -22,7 +22,7 @@ public QuotasDbContext(DbContextOptions options, IServiceProvid public DbSet Identities { get; set; } = null!; - public DbSet Tiers { get; set; } = null!; + public DbSet Tiers { get; set; } public DbSet Messages { get; set; } = null!;