mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-02 00:40:04 +09:00
Fix bug
This commit is contained in:
@ -34,7 +34,7 @@ async function main () {
|
||||
1,
|
||||
async (time) => {
|
||||
console.log(`${time} / ${idop}`)
|
||||
const doc = await db.get('drive_files').find(query, {
|
||||
const doc = await DriveFile.find(query, {
|
||||
limit: dop, skip: time * dop
|
||||
})
|
||||
return Promise.all(doc.map(applyNewChange))
|
||||
|
Reference in New Issue
Block a user