mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-09 16:24:23 +01:00
Fix forgotten save
This commit is contained in:
@@ -246,7 +246,9 @@ namespace BTCPayServer.Hosting
|
||||
if (array.ToString() == newArray.ToString())
|
||||
continue;
|
||||
blob["excludedPaymentMethods"] = newArray;
|
||||
store.StoreBlob = blob.ToString();
|
||||
}
|
||||
await ctx.SaveChangesAsync();
|
||||
}
|
||||
|
||||
private async Task MigrateBlockExplorerLinks()
|
||||
|
||||
Reference in New Issue
Block a user