refactor(schedule): derive marker section text type
This commit is contained in:
4 files changed
-9
No files matched your search
@@ -245,7 +245,6 @@ function isTimeContextReading(event: SessionEvent): boolean {
|
||||
&& section !== undefined
|
||||
&& Object.keys(section).length === 2
|
||||
&& section.name === 'time-context'
|
||||
&& typeof section.text === 'string'
|
||||
&& section.text === block.text
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user