mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-20 23:44:21 +01:00
fix checkout page bug
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||||
<Version>1.0.0.45</Version>
|
<Version>1.0.0.46</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Remove="Build\dockerfiles\**" />
|
<Compile Remove="Build\dockerfiles\**" />
|
||||||
|
|||||||
@@ -214,8 +214,7 @@ if (supportsWebSockets) {
|
|||||||
fetchStatus();
|
fetchStatus();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
catch
|
catch (e) {
|
||||||
{
|
|
||||||
console.error("Error while connecting to websocket for invoice notifictions");
|
console.error("Error while connecting to websocket for invoice notifictions");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user