Run linter

This commit is contained in:
Merijn Hendriks 2021-12-29 16:52:43 +01:00
parent 0a1d92f109
commit b48227dd37

View File

@ -114,7 +114,7 @@ export class HttpServer implements IServer
export class Service 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 protected send(res: ServerResponse, data: Uint8Array, type: string, compress: boolean = true): void
{ {