mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 11:44:56 +00:00
firebase sdk update + sql options
This commit is contained in:
@@ -68,7 +68,6 @@ public class ProfileController : ControllerBase
|
||||
userId);
|
||||
|
||||
var mediaInfo = await _mediaService.UploadMediaAsync(media);
|
||||
|
||||
await _profileService.SetNewIcon(userId, mediaInfo.MediaId);
|
||||
|
||||
return Ok(mediaInfo);
|
||||
|
||||
Reference in New Issue
Block a user