From 4bc46fbf7a2c7c6eb9d2fa311151c450426d5e5f Mon Sep 17 00:00:00 2001 From: cool Date: Mon, 19 Feb 2024 11:12:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=8F=8F=E8=BF=B0=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/plugin/hooks/upload/interface.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/plugin/hooks/upload/interface.ts b/src/modules/plugin/hooks/upload/interface.ts index 4f0cdfc..965b99d 100644 --- a/src/modules/plugin/hooks/upload/interface.ts +++ b/src/modules/plugin/hooks/upload/interface.ts @@ -52,5 +52,5 @@ export interface BaseUpload { * @param ctx * @param key 文件路径 */ - upload(ctx): Promise; + upload(ctx): Promise; }