Fix typos

Found via `codespell -S ./libraries,./package-lock.json -L tabel,tabels,uptodate,isnt,edn,falsy`
This commit is contained in:
Kian-Meng Ang
2023-06-23 00:26:47 +08:00
parent bbe3f436d3
commit 712304bbc6
27 changed files with 30 additions and 30 deletions

View File

@@ -13,7 +13,7 @@ class TaskContext {
this.noteDeletionHandlerTriggered = false;
// progressCount is meant to represent just some progress - to indicate the task is not stuck
this.progressCount = -1; // we're incrementing immediatelly
this.progressCount = -1; // we're incrementing immediately
this.lastSentCountTs = 0; // 0 will guarantee first message will be sent
// just the fact this has been initialized is a progress which should be sent to clients