Skip to content

Commit b2d2296

Browse files
fix: client
1 parent 6f6bfdd commit b2d2296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-src/clients/SockJSClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
const SockJS = require('sockjs-client/dist/sockjs');
3+
const SockJS = require('../modules/sockjs-client');
44
const { log } = require('../modules/logger');
55
const BaseClient = require('./BaseClient');
66

0 commit comments

Comments
 (0)