mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-04 06:34:29 +01:00
Run dotnet format (#3244)
This commit is contained in:
@@ -31,11 +31,11 @@ namespace BTCPayServer.Plugins.Shopify
|
||||
{
|
||||
return new Serializer(null).ToObject<ShopifySettings>(rawObj);
|
||||
}
|
||||
else if( rawS.Type == JTokenType.String)
|
||||
else if (rawS.Type == JTokenType.String)
|
||||
{
|
||||
return new Serializer(null).ToObject<ShopifySettings>(rawS.Value<string>());
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user