Skip to content

Commit a976df6

Browse files
committed
fixup: linting
1 parent 4ea127e commit a976df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/websocket-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class WebSocketServer {
120120
this.customHandleUpgradeHeaders.map((header) => {
121121
const index = header.indexOf(':');
122122
return [header.slice(0, index).trim(), header.slice(index + 1).trim()];
123-
})
123+
}),
124124
);
125125
}
126126

0 commit comments

Comments
 (0)