Run linter
This commit is contained in:
parent
0a1d92f109
commit
b48227dd37
@ -114,7 +114,7 @@ export class HttpServer implements IServer
|
||||
|
||||
export class Service
|
||||
{
|
||||
private static readonly textEncoder = new TextEncoder()
|
||||
private static readonly textEncoder = new TextEncoder();
|
||||
|
||||
protected send(res: ServerResponse, data: Uint8Array, type: string, compress: boolean = true): void
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user