Renames StoredDataUrls to Images
This commit is contained in:
@@ -27,7 +27,7 @@ public class GetSubscriptionsHandler(
|
||||
.Select(s => new SubscriptionModel(
|
||||
s.CreatorId,
|
||||
s.Creator!.Name,
|
||||
s.Creator.StoredDataUrls.ProfilePictureUrl))
|
||||
s.Creator.Images.Logo))
|
||||
.ToListAsync(cancellationToken: ct);
|
||||
|
||||
await SendOkAsync(subscriptions, ct);
|
||||
|
||||
Reference in New Issue
Block a user