fix: metadata

This commit is contained in:
2025-05-24 03:06:32 +08:00
parent 8b7ecaa9b9
commit 1869164d3d
3 changed files with 6 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ const syncUpload = new Command('upload')
url: item.url,
needHash: true,
hash: item.hash,
meta: item.meta ?? meta,
meta: item.metadata ?? meta,
});
if (res.code === 200) {
if (res.data?.isNew) {