fix checkout page bug

This commit is contained in:
nicolas.dorier 2017-12-17 22:37:40 +09:00
parent 9026378b86
commit 417209b057
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.0.0.45</Version>
<Version>1.0.0.46</Version>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Build\dockerfiles\**" />

View File

@ -214,8 +214,7 @@ if (supportsWebSockets) {
fetchStatus();
};
}
catch
{
catch (e) {
console.error("Error while connecting to websocket for invoice notifictions");
}
}