Remove unused variables

This commit is contained in:
nicolas.dorier
2024-01-17 18:46:28 +09:00
parent c5a0e28420
commit f070b22355
39 changed files with 78 additions and 126 deletions

View File

@@ -172,7 +172,6 @@ namespace BTCPayServer.Hosting
if (await otherContext.Settings.FirstOrDefaultAsync() == null)
return;
{
var postgres = new NpgsqlConnectionStringBuilder(p);
using var postgresContext = new ApplicationDbContext(new DbContextOptionsBuilder<ApplicationDbContext>().UseNpgsql(p, o =>
{
o.CommandTimeout(60 * 60 * 10);