mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
fix lint
This commit is contained in:
@@ -91,7 +91,6 @@ export default function createMockRippled(port: number): MockedWebSocketServer {
|
||||
|
||||
mock.on('connection', function (this: MockedWebSocketServer, conn) {
|
||||
this.socket = conn
|
||||
// eslint-disable-next-line complexity -- disable for testing.
|
||||
conn.on('message', function (requestJSON) {
|
||||
let request
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user