QOL: Update file service
This commit is contained in:
parent
d76512c11f
commit
24cc7f64b5
15 changed files with 12 additions and 21 deletions
|
|
@ -189,7 +189,7 @@ class MihUserServices {
|
|||
purpose,
|
||||
),
|
||||
);
|
||||
String newProPicUrl = await MihFileApi.getMinioFileUrl(filePath, context);
|
||||
String newProPicUrl = await MihFileApi.getMinioFileUrl(filePath);
|
||||
context.read<MzansiProfileProvider>().setUserProfilePicUrl(newProPicUrl);
|
||||
return response.statusCode;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue