QOL: Update file service
This commit is contained in:
parent
d76512c11f
commit
24cc7f64b5
15 changed files with 12 additions and 21 deletions
|
|
@ -276,7 +276,7 @@ class MihBusinessDetailsServices {
|
|||
businessMissionVision,
|
||||
),
|
||||
);
|
||||
String newProPicUrl = await MihFileApi.getMinioFileUrl(filePath, context);
|
||||
String newProPicUrl = await MihFileApi.getMinioFileUrl(filePath);
|
||||
provider.setBusinessProfilePicUrl(newProPicUrl);
|
||||
return 200;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue