deno fmt, deno lint

This commit is contained in:
Alex Gleason
2023-12-01 19:28:33 -06:00
parent 89b74217b6
commit 1ad7eeb961
3 changed files with 4 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ class SqliteWorker {
});
}
// deno-lint-ignore require-await
async destroy() {
this.#worker.terminate();
}