Fix issue where side bar view is not disabled

This commit is contained in:
hunteraraujo
2023-09-16 22:19:42 -07:00
parent 60ae12dfd5
commit 4463f75756
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ class SkillTreeViewModel extends ChangeNotifier {
}
// TODO: Update to actual implementation
Future<void> callPollUpdates(int lastUpdateTime) async {
Future<void> requestBenchmarkStatusUpdate(int lastUpdateTime) async {
try {
final result = await benchmarkService.pollUpdates(lastUpdateTime);
print("Updates polled: $result");