mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 22:49:18 +00:00
style: run code formatting
This commit is contained in:
committed by
Carlos Valente
parent
7bd98c23a4
commit
9dfc8083f0
@@ -519,7 +519,6 @@ export function normalisedToRundownArray(rundowns: ProjectRundowns): ProjectRund
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Duplicates an existing rundown ensuring all IDs are unique
|
||||
*/
|
||||
@@ -532,4 +531,4 @@ export function duplicateRundown(rundown: Rundown, newTitle: string): Rundown {
|
||||
newRundown.revision = 0;
|
||||
|
||||
return newRundown;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user