mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
fix: fix build after minor merged into major
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
import { PatchDB } from 'patch-db-client'
|
||||
import { Injector } from '@angular/core'
|
||||
import { PATCH_SOURCE, sourceFactory } from './patch-db.factory'
|
||||
|
||||
export const PATCH_DB_PROVIDERS = [
|
||||
{
|
||||
provide: PATCH_SOURCE,
|
||||
deps: [Injector],
|
||||
useFactory: sourceFactory,
|
||||
},
|
||||
{
|
||||
provide: PatchDB,
|
||||
deps: [PATCH_SOURCE],
|
||||
useClass: PatchDB,
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user