mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
fix: fix build after minor merged into major
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user