mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 06:04:05 +00:00
refactor: remove isNextDay block property
This commit is contained in:
committed by
Carlos Valente
parent
ab8bfbcd59
commit
a98c14406d
@@ -37,7 +37,6 @@ export type OntimeBlock = OntimeBaseEvent & {
|
||||
title: string;
|
||||
note: string;
|
||||
entries: EntryId[];
|
||||
isNextDay: boolean;
|
||||
targetDuration: MaybeNumber;
|
||||
colour: string;
|
||||
custom: EntryCustomFields;
|
||||
|
||||
Reference in New Issue
Block a user