mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 13:23:35 +00:00
refract: cleanup folder structure
rename data folder models to differentiate from directory of db
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
event as eventDef,
|
||||
delay as delayDef,
|
||||
block as blockDef,
|
||||
} from '../data/eventsDefinition.js';
|
||||
} from '../models/eventsDefinition.js';
|
||||
|
||||
function _getEventsCount() {
|
||||
return Array.from(data.events).length;
|
||||
|
||||
Reference in New Issue
Block a user