We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6bfdd commit b2d2296Copy full SHA for b2d2296
client-src/clients/SockJSClient.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-const SockJS = require('sockjs-client/dist/sockjs');
+const SockJS = require('../modules/sockjs-client');
4
const { log } = require('../modules/logger');
5
const BaseClient = require('./BaseClient');
6
0 commit comments