mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 21:15:47 +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) {
|
mock.on('connection', function (this: MockedWebSocketServer, conn) {
|
||||||
this.socket = conn
|
this.socket = conn
|
||||||
// eslint-disable-next-line complexity -- disable for testing.
|
|
||||||
conn.on('message', function (requestJSON) {
|
conn.on('message', function (requestJSON) {
|
||||||
let request
|
let request
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user