diff --git a/Server/src/Haru.Http.ts b/Server/src/Haru.Http.ts index b2d8203..84d60e8 100644 --- a/Server/src/Haru.Http.ts +++ b/Server/src/Haru.Http.ts @@ -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 {