Skip to content

Commit 576f613

Browse files
committed
move tag property to correct class (oops)
1 parent a5c0d1e commit 576f613

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/server/src/router.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ export function is2(req: GenericRequest) {
198198

199199

200200
export class Router {
201+
202+
tag: string = "default";
201203

202204
get fetch() { return this.hono.fetch; }
203205
constructor(

packages/server/src/streamer.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ type StreamerHeadersInput = SuperHeadersPropertyInit & { [P in `x-${string}` | "
8383

8484
export class StreamerRequest {
8585

86-
tag: string = "default";
87-
8886
readonly host: string;
8987
readonly method: string;
9088
readonly urlInfo: URL;

0 commit comments

Comments
 (0)