fix batch delete query does not use index
This commit is contained in:
@ -970,10 +970,10 @@ export const emptyTrashResolver = authorized<
|
||||
})
|
||||
|
||||
await batchDelete({
|
||||
state: LibraryItemState.Deleted,
|
||||
user: {
|
||||
id: uid,
|
||||
},
|
||||
state: LibraryItemState.Deleted,
|
||||
})
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user