mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 12:53:32 +00:00
bugfix: handle time 0
This commit is contained in:
@@ -3,9 +3,10 @@ const event = {
|
||||
title: '',
|
||||
subtitle: '',
|
||||
presenter: '',
|
||||
timeStart: null,
|
||||
timeEnd: null,
|
||||
timeStart: 0,
|
||||
timeEnd: 0,
|
||||
clockStarted: null,
|
||||
isPublic: false,
|
||||
type: 'event',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user