chore: cleanup

This commit is contained in:
adamelmore
2026-01-28 07:28:03 -06:00
parent 65e1186efe
commit c9bbea4266
3 changed files with 51 additions and 28 deletions
+3 -1
View File
@@ -66,9 +66,11 @@ export namespace State {
tasks.push(task)
}
await Promise.all(tasks)
entries.clear()
recordsByKey.delete(key)
await Promise.all(tasks)
disposalFinished = true
log.info("state disposal completed", { key })
}