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

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