feat: update file deletion logic to accept multiple file IDs (#53)

* feat: update file deletion logic to accept multiple file IDs
This commit is contained in:
Dallas98
2025-11-03 15:00:37 +08:00
committed by GitHub
parent 08bd4eca5c
commit dc30b0d892
7 changed files with 20 additions and 11 deletions

View File

@@ -366,6 +366,7 @@ class Request {
},
credentials: "include",
mode: "cors",
body: params ? JSON.stringify(params) : undefined,
...options,
};