diff options
Diffstat (limited to 'Omni/Task/Core.hs')
| -rw-r--r-- | Omni/Task/Core.hs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Omni/Task/Core.hs b/Omni/Task/Core.hs index 29aca85..b17c2aa 100644 --- a/Omni/Task/Core.hs +++ b/Omni/Task/Core.hs @@ -105,11 +105,6 @@ normalizeId = T.toLower -- | Find a task by ID (case-insensitive) findTask :: Text -> [Task] -> Maybe Task findTask tid = List.find (\t -> matchesId (taskId t) tid) - where - -- Helper to check if IDs match - -- matchesId is already defined globally but we can use it directly - -- The lambda above is fine. - () = () -- | Normalize task IDs (self, parent, dependencies) to lowercase normalizeTask :: Task -> Task |
