mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-05 19:29:37 -05:00
feat: extract issue and pull request common widget, add more type
This commit is contained in:
@@ -36,7 +36,7 @@ Future<dynamic> query(String query) async {
|
||||
if (res['errors'] != null) {
|
||||
throw new Exception(res['errors'].toString());
|
||||
}
|
||||
print(res);
|
||||
// print(res);
|
||||
return res['data'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user