mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 21:16:09 +00:00
fix(biome): lmao
This commit is contained in:
parent
3fb57ccc79
commit
5c19e4df67
@ -177,8 +177,7 @@ export class SeyfertWebSocket {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private _write(buffer: Buffer, opcode: number) {
|
private _write(buffer: Buffer, opcode: number) {
|
||||||
if (!this.socket?.writable)
|
if (!this.socket?.writable) return;
|
||||||
return;
|
|
||||||
const length = buffer.length;
|
const length = buffer.length;
|
||||||
let frame;
|
let frame;
|
||||||
// Kinda same logic as above, but client-side
|
// Kinda same logic as above, but client-side
|
||||||
|
Loading…
x
Reference in New Issue
Block a user