mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 11:22:16 +08:00
@@ -23,7 +23,7 @@ class MatchInfoController extends CommonDynController {
|
||||
}
|
||||
|
||||
Future<void> getMatchInfo() async {
|
||||
var res = await MatchHttp.matchInfo(oid);
|
||||
final res = await MatchHttp.matchInfo(oid);
|
||||
if (res.isSuccess) {
|
||||
queryData();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user