Skip to content
Snippets Groups Projects
Commit 9f2dc280 authored by otofune's avatar otofune
Browse files

fix

parent 36a95c00
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ const migrateToGridFS = async (doc) => {
}
async function main() {
const count = await DriveFile.count({});
const count = await db.get('drive_files').count({});
console.log(`there are ${count} files.`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment