From f2c69fc68b14957a1d9a48560b970b4afd463afa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Sun, 25 Aug 2024 23:59:34 +0800 Subject: [PATCH] style: remove --- src/core/apis/file.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/apis/file.ts b/src/core/apis/file.ts index b9f52d1b..857cf139 100644 --- a/src/core/apis/file.ts +++ b/src/core/apis/file.ts @@ -109,8 +109,8 @@ export class NTQQFileApi { fileElement: { fileName: fileName || _fileName, folderId: folderId, - 'filePath': path!, - 'fileSize': (fileSize).toString(), + filePath: path, + fileSize: (fileSize).toString(), }, }; }