diff --git a/src/typegate/src/runtimes/deno/hooks/worker.ts b/src/typegate/src/runtimes/deno/hooks/worker.ts index a0340b803..06fe23a17 100644 --- a/src/typegate/src/runtimes/deno/hooks/worker.ts +++ b/src/typegate/src/runtimes/deno/hooks/worker.ts @@ -13,5 +13,3 @@ self.onmessage = async ({ data }: MessageEvent<{ import: string }>) => { self.close(); }; - -