mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-18 16:14:25 +01:00
fix prism destination submit
This commit is contained in:
@@ -157,7 +157,7 @@ else
|
||||
{
|
||||
get
|
||||
{
|
||||
if (SelectedDestinationId is null || SelectedDestinationId == "null")
|
||||
if (SelectedDestinationId is null or "null")
|
||||
return null;
|
||||
Settings.Destinations.TryGetValue(SelectedDestinationId, out var res);
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user