Remove dead property

This commit is contained in:
nicolas.dorier 2024-09-24 09:47:46 +09:00
parent b726ef8a2e
commit 8a951940fd
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -31,6 +31,5 @@ namespace BTCPayServer.Services
public bool FixMappedDomainAppType { get; set; }
public bool MigrateAppYmlToJson { get; set; }
public bool MigrateToStoreConfig { get; set; }
public bool MigratePayoutProcessors { get; internal set; }
}
}