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()})