fix(tasks): time tracking within current session

This commit is contained in:
xeruf 2024-08-01 19:47:50 +03:00
parent 14dcc8f0ff
commit 36fe58d3f3
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ impl Tasks {
return;
}
self.position = id;
self.sender.submit(
self.submit(
EventBuilder::new(
Kind::from(TRACKING_KIND),
"",