From 04183b200a156af4fe92e19bd5c2f573955facd2 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:57 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=8A=EF=B8=8F=20types.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tasks/types.ts | 1 + 1 file changed, 1 insertion(+) 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 } +