mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-28 03:30:24 +08:00
🐛 Fix: fix S3 deletion endpoint parse bug
This commit is contained in:
@@ -35,7 +35,7 @@ export const getRawData = (args: any): any => {
|
||||
})
|
||||
return data
|
||||
}
|
||||
if (typeof args === 'object') {
|
||||
if (typeof args === 'object' && args !== null) {
|
||||
const data = {} as IStringKeyMap
|
||||
Object.keys(args).forEach(key => {
|
||||
const item = args[key]
|
||||
|
||||
Reference in New Issue
Block a user