factored out, moved into db.mjs

This commit is contained in:
Andrzej Stepien 2023-08-13 13:00:12 +02:00
parent 8b31e86879
commit a7c66c86ec
1 changed files with 0 additions and 1 deletions

View File

@ -109,4 +109,3 @@ export const deleteFromBuffer = async (word) => {
} }
} }
console.dir(await deleteFromBuffer('incapacity'))