Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fa463dd

Browse files
authoredMar 7, 2025··
[pre-commit.ci lite] apply automatic fixes
1 parent e952cff commit fa463dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎packages/kolibri-common/composables/useTaskPooling.js

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export default function useTaskPooling(queueName) {
2727
const poller = taskPollers.get(queueName);
2828
poller.consumers.value++;
2929

30-
3130
onMounted(() => {
3231
if (!poller.isActive) {
3332
poller.resume();

0 commit comments

Comments
 (0)
Please sign in to comment.