From fdffc7e26ffc4af07aa8c0e5fc76e85901f1031b Mon Sep 17 00:00:00 2001 From: Joffrey BION Date: Fri, 8 Jun 2018 20:49:20 +0200 Subject: Cleanup the mess --- frontend/src/api/websocket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/api') diff --git a/frontend/src/api/websocket.js b/frontend/src/api/websocket.js index 5adae17b..6813676c 100644 --- a/frontend/src/api/websocket.js +++ b/frontend/src/api/websocket.js @@ -1,7 +1,7 @@ // @flow import SockJS from 'sockjs-client'; import type { Client, Frame, Message, Options, Subscription } from 'webstomp-client'; -import Stomp from 'webstomp-client'; +import * as Stomp from 'webstomp-client'; const DEFAULT_DEBUG_OPTIONS = { debug: process.env.NODE_ENV !== 'production', -- cgit