removed .destroy as it messes up multiple calls

This commit is contained in:
Andrzej Stepien 2023-08-10 12:37:01 +02:00
parent 7017017814
commit f41156c947
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export default async function getNewPrompt({ minCount = 200000, maxCount = 30000
] ]
} }
await db.destroy() //await db.destroy()
return await randomEntry(prompts) return await randomEntry(prompts)
} }