mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
state service readonly
This commit is contained in:
committed by
Matt Hill
parent
1d98a8d61e
commit
23c013514c
@@ -21,7 +21,7 @@ export class StateService {
|
||||
|
||||
constructor(
|
||||
private readonly apiService: ApiService,
|
||||
private errorToastService: ErrorToastService
|
||||
private readonly errorToastService: ErrorToastService
|
||||
) {}
|
||||
|
||||
async pollDataTransferProgress(callback?: () => void) {
|
||||
|
||||
Reference in New Issue
Block a user