QOL: Update file service

This commit is contained in:
2025-11-17 09:24:32 +02:00
parent d76512c11f
commit 24cc7f64b5
15 changed files with 12 additions and 21 deletions

View File

@@ -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 {