diff --git a/src/tasks/types.ts b/src/tasks/types.ts index 44eda19..596d7bd 100644 --- a/src/tasks/types.ts +++ b/src/tasks/types.ts @@ -44,3 +44,4 @@ export function isBackgroundTask(task: TaskState): task is BackgroundTaskState { } return true } +