refactor: remove onAir

This commit is contained in:
Carlos Valente
2025-08-08 19:42:09 +02:00
committed by Carlos Valente
parent 0299463f62
commit 94b1f63c7c
4 changed files with 2 additions and 9 deletions
@@ -18,7 +18,6 @@ export const runtimeStorePlaceholder: Readonly<RuntimeStore> = {
secondaryTimer: null, // change on every update
startedAt: null, // change can only be initiated by user
},
onAir: false,
message: {
timer: {
text: '',
@@ -10,7 +10,6 @@ export type RuntimeStore = {
// timer data
clock: number;
timer: TimerState;
onAir: boolean;
// messages service
message: MessageState;