mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
fix types
This commit is contained in:
committed by
Aiden McClelland
parent
178391e7b2
commit
6556fcc531
@@ -665,7 +665,7 @@ export class MockApiService extends ApiService {
|
||||
await pauseFor(2000)
|
||||
return {
|
||||
config: Mock.MockConfig,
|
||||
spec: Mock.ConfigSpec,
|
||||
spec: Mock.InputSpec,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -900,7 +900,7 @@ export class MockApiService extends ApiService {
|
||||
return {
|
||||
'old-config': Mock.MockConfig,
|
||||
'new-config': Mock.MockDependencyConfig,
|
||||
spec: Mock.ConfigSpec,
|
||||
spec: Mock.InputSpec,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user