More improvements upon checkup page
This commit is contained in:
parent
6044b787d5
commit
e562216658
2 changed files with 2 additions and 4 deletions
|
|
@ -17,9 +17,7 @@ class CheckupPageController extends GetxController {
|
|||
} else {
|
||||
try {
|
||||
final resp =
|
||||
await ApiController.to.apiClient.listTablesApiListTablesGet(
|
||||
accessToken: ApiController.to.token,
|
||||
);
|
||||
await ApiController.to.apiClient.listTablesApiListTablesGet();
|
||||
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||
if (resp.statusCode == 200) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue