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 14:38:11 +03:00 committed by GitHub
parent 23b4987998
commit a2af1802a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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> {