make everything functional

This commit is contained in:
Felix Förtsch
2018-10-10 16:50:48 +02:00
parent d13b993b21
commit 772905371c
2 changed files with 27 additions and 25 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class StatusBarController: NSObject {
}
@IBAction func request(_ sender: NSMenuItem) {
matches = matchesAPI.fetch(for: "dota2")
matches = matchesAPI.fetchMatches(for: "dota2")
}