fix: fix build after minor merged into major

This commit is contained in:
waterplea
2024-08-15 12:40:49 +04:00
parent b43ad93c54
commit a730543c76
189 changed files with 714 additions and 3652 deletions

View File

@@ -16,7 +16,7 @@ import { DataModel } from 'src/app/services/patch-db/data-model'
providedIn: 'root',
})
export class TimeService {
private readonly patch = inject(PatchDB<DataModel>)
private readonly patch = inject<PatchDB<DataModel>>(PatchDB)
private readonly time$ = defer(() =>
inject(ApiService).getSystemTime({}),
).pipe(