mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-07-24 23:39:57 +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