style: remove

This commit is contained in:
手瓜一十雪 2024-08-25 23:59:34 +08:00
parent ec9e042b29
commit f2c69fc68b

View File

@ -109,8 +109,8 @@ export class NTQQFileApi {
fileElement: {
fileName: fileName || _fileName,
folderId: folderId,
'filePath': path!,
'fileSize': (fileSize).toString(),
filePath: path,
fileSize: (fileSize).toString(),
},
};
}