make everything functional
This commit is contained in:
@@ -26,7 +26,7 @@ class StatusBarController: NSObject {
|
||||
}
|
||||
|
||||
@IBAction func request(_ sender: NSMenuItem) {
|
||||
matches = matchesAPI.fetch(for: "dota2")
|
||||
matches = matchesAPI.fetchMatches(for: "dota2")
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user