mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 11:44:56 +00:00
fixed tests and adding new sessions when it not needed
This commit is contained in:
@@ -70,7 +70,6 @@ public class ProfileController : ControllerBase
|
||||
var mediaInfo = await _mediaService.UploadMediaAsync(media);
|
||||
|
||||
await _profileService.SetNewIcon(userId, mediaInfo.MediaId);
|
||||
var iconId = mediaInfo.MediaId;
|
||||
|
||||
return Ok(mediaInfo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user