From 907ff772ee2deed5dd06750719abaa042f362634 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 19 May 2023 20:43:17 -0300 Subject: [PATCH] time e team corrigidos --- .../src/lib/infrastructure/schedule-storage.repository.impl.ts | 1 + 1 file changed, 1 insertion(+) 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);