mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
chore: enable strict mode (#1569)
* chore: enable strict mode * refactor: remove sync data access from PatchDbService * launchable even when no LAN url Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
This commit is contained in:
@@ -37,7 +37,7 @@ export class MockApiService extends ApiService {
|
||||
expireId: null,
|
||||
})
|
||||
private readonly revertTime = 2000
|
||||
sequence: number
|
||||
sequence = 0
|
||||
|
||||
constructor(private readonly bootstrapper: LocalStorageBootstrap) {
|
||||
super()
|
||||
|
||||
Reference in New Issue
Block a user