From 01dd0cfcb4dc2c18a35d596faab4b240af873a9e Mon Sep 17 00:00:00 2001 From: "mirza.shafique" Date: Wed, 14 Jun 2023 15:25:42 +0300 Subject: [PATCH] GIT TEA Test --- lib/repositories/branch_repo.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/repositories/branch_repo.dart b/lib/repositories/branch_repo.dart index 99714b5..f73cd2f 100644 --- a/lib/repositories/branch_repo.dart +++ b/lib/repositories/branch_repo.dart @@ -125,7 +125,7 @@ class BranchRepoImp implements BranchRepo { Future getBranchAndServices() async { var postParams = {"serviceProviderID": AppState().getUser.data?.userInfo?.providerId.toString() ?? ""}; String t = AppState().getUser.data!.accessToken ?? ""; - print("tokeen " + t); + print("tokeen121 " + t); return await injector.get().getJsonForObject((json) => Branch2.fromJson(json), ApiConsts.BranchesAndServices, queryParameters: postParams, token: t); }