From 8338cfbc8d2c133838556dbbf7f0f3f8ed5675c6 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 18 Jan 2023 15:57:49 +0100 Subject: [PATCH] chore: clarify comment --- src/composables/useTaskList.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/composables/useTaskList.ts b/src/composables/useTaskList.ts index 75989e3af..bf0a8d1bf 100644 --- a/src/composables/useTaskList.ts +++ b/src/composables/useTaskList.ts @@ -42,7 +42,7 @@ const SORT_BY_DEFAULT = { } /** - * This mixin provides a base set of methods and properties to get tasks on a project. + * This mixin provides a base set of methods and properties to get tasks. */ export function useTaskList(projectId, sortByDefault = SORT_BY_DEFAULT) { const params = ref({...getDefaultParams()})