Skip to content

Commit

Permalink
fix: fixed build?
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasHaderer committed Sep 5, 2023
1 parent d103b3a commit a09a1e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/server/src/lib/core/response-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import type { LRequest } from "./request";

import type { LResponse } from "./response";
import { Status, toStatus } from "./status";
import { URLSearchParams } from "url";

const NOT_COMPLETED = Symbol("NOT_COMPLETED");

Expand Down
1 change: 0 additions & 1 deletion packages/server/src/lib/core/response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import { CustomPropertyDescriptor, Func, Headers, UTF8SearchParams } from "@luftschloss/common";
import { ReadStream } from "fs";
import { ServerResponse } from "http";
import { URL, URLSearchParams } from "url";
import { LRequest } from "./request";
import { ResponseImpl } from "./response-impl";
import { Status } from "./status";
Expand Down

0 comments on commit a09a1e1

Please sign in to comment.