TSK-420: Fixed time report placeholders (#2390)

Signed-off-by: Anton Brechka <anton.brechka@xored.com>
This commit is contained in:
mrsadman99
2022-11-22 18:38:11 +07:00
committed by GitHub
parent 23b4987998
commit a2af1802a2
@@ -36,7 +36,7 @@
const data = {
date: value?.date ?? Date.now(),
description: value?.description ?? '',
value: value?.value ?? 0,
value: value?.value,
employee: value?.employee ?? assignee ?? null
}
async function create (): Promise<void> {