mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 06:29:07 +00:00
fix: prevent mutation of initial object
This commit is contained in:
committed by
Carlos Valente
parent
5977266332
commit
6f80de58ca
@@ -80,6 +80,8 @@ export function generate(
|
||||
links = {};
|
||||
firstStart = null;
|
||||
lastEnd = null;
|
||||
totalDuration = 0;
|
||||
totalDelay = 0;
|
||||
|
||||
let accumulatedDelay = 0;
|
||||
let daySpan = 0;
|
||||
|
||||
Reference in New Issue
Block a user