Fix setting task favorite status in test fixtures

This commit is contained in:
kolaente 2021-07-13 12:18:54 +02:00
parent 9e42559d70
commit 01ed17a0f0
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,7 @@ export default class FileModel extends AbstractModel {
id: 0,
mime: '',
name: '',
size: '',
size: 0,
created: null,
}
}