From f72f7d6cf11cb0afee798028fa0e6cceb6250841 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Wed, 18 Feb 2026 08:58:53 +0800 Subject: [PATCH] fix: temp --- src/route.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/route.ts b/src/route.ts index 266d4a7..c70d6ba 100644 --- a/src/route.ts +++ b/src/route.ts @@ -137,7 +137,6 @@ export class Route void;[key: string]: any }, opts?: AddOpts) { router.add(this, opts); } - setData(data: any) { - this.data = data; - return this; - } throw(code?: number | string, message?: string, tips?: string): void; throw(...args: any[]) { throw new CustomError(...args);