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!;