mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Fix issue where side bar view is not disabled
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user