diff --git a/libs/data-access/src/lib/infrastructure/schedule-storage.repository.impl.ts b/libs/data-access/src/lib/infrastructure/schedule-storage.repository.impl.ts index cd10902..0ede1b9 100644 --- a/libs/data-access/src/lib/infrastructure/schedule-storage.repository.impl.ts +++ b/libs/data-access/src/lib/infrastructure/schedule-storage.repository.impl.ts @@ -47,6 +47,7 @@ export class ScheduleStorageRepositoryImpl let data = this.read(); const isOutdated = 'time' in (data[0] ?? {}); + // const isOutdated = 'time' in (data[0] ?? Object); data = data.map(refactorSchedule);