From 16c9d2f6f97a35572262209e75695d52fd126cd8 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 24 Jan 2025 11:52:08 +0100 Subject: [PATCH] fix: lint --- frontend/src/modelTypes/ITask.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/modelTypes/ITask.ts b/frontend/src/modelTypes/ITask.ts index 3c3bd746a..6230f80b3 100644 --- a/frontend/src/modelTypes/ITask.ts +++ b/frontend/src/modelTypes/ITask.ts @@ -15,7 +15,6 @@ import type {IRepeatMode} from '@/types/IRepeatMode' import type {PartialWithId} from '@/types/PartialWithId' import type {ITaskReminder} from '@/modelTypes/ITaskReminder' import type {IReactionPerEntity} from '@/modelTypes/IReaction' -import type {ExpandTaskFilterParam} from '@/services/taskCollection.ts' export interface ITask extends IAbstract { id: number