chore: clarify comment

This commit is contained in:
kolaente 2023-01-18 15:57:49 +01:00
parent b2884af81b
commit 8338cfbc8d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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) { export function useTaskList(projectId, sortByDefault = SORT_BY_DEFAULT) {
const params = ref({...getDefaultParams()}) const params = ref({...getDefaultParams()})