mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 02:43:50 +00:00
bugfixes: delay
- mismatch of event definition caused duration not to apply when event was delayed - delays now have revision
This commit is contained in:
@@ -13,6 +13,7 @@ const event = {
|
||||
const delay = {
|
||||
duration: 0,
|
||||
type: 'delay',
|
||||
revision: 0,
|
||||
};
|
||||
|
||||
const block = {
|
||||
|
||||
Reference in New Issue
Block a user