add get business by bus id

This commit is contained in:
2025-07-29 13:08:39 +02:00
parent 7adaa83489
commit a17291d90a
2 changed files with 22 additions and 2 deletions

View File

@@ -78,7 +78,8 @@ class MIHApiCalls {
}
// Get Businessdata
Business? business = await MihBusinessDetailsServices().getBusinessDetails(
Business? business =
await MihBusinessDetailsServices().getBusinessDetailsByUser(
uid,
);
if (business != null) {