Skip to content
Snippets Groups Projects
Unverified Commit 85980d73 authored by Alex Plekhov's avatar Alex Plekhov Committed by GitHub
Browse files

chore: Apply a proper logic for NotificationQueue.ts (#33851)

parent a129e3e1
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ class NotificationClass { ...@@ -102,7 +102,7 @@ class NotificationClass {
return true; return true;
} }
return this.worker(counter++); return this.worker(++counter);
} }
getNextNotification(): Promise<INotification | null> { getNextNotification(): Promise<INotification | null> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment