This commit is contained in:
Hillel Coren 2020-12-17 11:29:38 +02:00
parent fc2475712d
commit 4cf6d12341
1 changed files with 3 additions and 3 deletions

View File

@ -158,9 +158,9 @@ abstract class TaskEntity extends Object
description: '', description: '',
duration: 0, duration: 0,
rate: 0, rate: 0,
invoiceId: null, invoiceId: '',
clientId: null, clientId: '',
projectId: null, projectId: '',
timeLog: isRunning timeLog: isRunning
? '[[${(DateTime.now().millisecondsSinceEpoch / 1000).floor()},0]]' ? '[[${(DateTime.now().millisecondsSinceEpoch / 1000).floor()},0]]'
: '[]', : '[]',