mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +00:00
remove comments
This commit is contained in:
@@ -4,7 +4,7 @@ import { OffsetMode } from './Runtime.type.js';
|
||||
import type { RuntimeStore } from './RuntimeStore.type.js';
|
||||
import { TimerPhase } from './TimerState.type.js';
|
||||
|
||||
export const runtimeStorePlaceholder: RuntimeStore = {
|
||||
export const runtimeStorePlaceholder: Readonly<RuntimeStore> = {
|
||||
clock: 0,
|
||||
timer: {
|
||||
addedTime: 0,
|
||||
|
||||
Reference in New Issue
Block a user