More improvements upon checkup page

This commit is contained in:
Andrew 2023-04-24 13:34:05 +07:00
parent 6044b787d5
commit e562216658
2 changed files with 2 additions and 4 deletions

View file

@ -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) {