Fixes ChangeBanner for Creators
This commit is contained in:
@@ -39,7 +39,7 @@ public class ChangeBannerHandler(
|
|||||||
}
|
}
|
||||||
|
|
||||||
var blobUrl = await blobStorage.UploadFileAsync(
|
var blobUrl = await blobStorage.UploadFileAsync(
|
||||||
ContainerNames.Users,
|
ContainerNames.Creators,
|
||||||
$"{request.CreatorId}/{SubDirectoryNames.Profile}/{CommonFileNames.BannerPicture}",
|
$"{request.CreatorId}/{SubDirectoryNames.Profile}/{CommonFileNames.BannerPicture}",
|
||||||
request.File.OpenReadStream(),
|
request.File.OpenReadStream(),
|
||||||
request.File.ContentType,
|
request.File.ContentType,
|
||||||
|
|||||||
Reference in New Issue
Block a user