add get business by bus id
This commit is contained in:
@@ -78,7 +78,8 @@ class MIHApiCalls {
|
||||
}
|
||||
|
||||
// Get Businessdata
|
||||
Business? business = await MihBusinessDetailsServices().getBusinessDetails(
|
||||
Business? business =
|
||||
await MihBusinessDetailsServices().getBusinessDetailsByUser(
|
||||
uid,
|
||||
);
|
||||
if (business != null) {
|
||||
|
||||
Reference in New Issue
Block a user