Skip to content

Commit

Permalink
Merge branch 'release/v1.0' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud-eslami committed Jan 12, 2023
2 parents 735eead + 6e15dcd commit 793f9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/modules/barber_shop_profile/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class BarberShopProfileController extends GetxController
.catchError((e) {
globalSnackbar(content: e.toString());
});
} catch (e, s) {
} catch (e) {
globalSnackbar(content: e.toString());
}
}
Expand Down

0 comments on commit 793f9b8

Please sign in to comment.