Skip to content

Commit

Permalink
With error
Browse files Browse the repository at this point in the history
  • Loading branch information
In3luki committed Apr 26, 2024
1 parent 2850fec commit 9e84164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/system/progress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Progress {
SceneNavigation.displayProgressBar({ label, pct });
}

close({ label = "" } = {}): void {
close({ label = "" } = {}): any {

Check failure on line 26 in src/module/system/progress.ts

View workflow job for this annotation

GitHub Actions / build (18.x)

Unexpected any. Specify a different type
SceneNavigation.displayProgressBar({ label, pct: 100 });
}
}
Expand Down

0 comments on commit 9e84164

Please sign in to comment.