mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +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(
|
constructor(
|
||||||
private readonly apiService: ApiService,
|
private readonly apiService: ApiService,
|
||||||
private errorToastService: ErrorToastService
|
private readonly errorToastService: ErrorToastService
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
async pollDataTransferProgress(callback?: () => void) {
|
async pollDataTransferProgress(callback?: () => void) {
|
||||||
|
|||||||
Reference in New Issue
Block a user