chore(views): add fixme

This commit is contained in:
kolaente 2024-03-15 23:42:32 +01:00
parent dee78be579
commit c36fdb9f5d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ export default class TaskCollectionService extends AbstractService<ITask> {
}
modelFactory(data) {
// FIXME: There must be a better way for this…
if (typeof data.project_view_id !== 'undefined') {
return new BucketModel(data)
}