Renames ProfileColors to Colors

This commit is contained in:
Jonathan Bourdon
2024-08-06 02:55:00 -04:00
parent 7cd7ae3080
commit f46d1146e1
10 changed files with 96 additions and 96 deletions

View File

@@ -62,7 +62,7 @@ public class GetCreatorByAliasHandler(
Name = creator.Name,
About = creator.About,
Socials = creator.Socials,
ProfileColors = creator.ProfileColors,
Colors = creator.Colors,
Images = creator.Images,
SubscriberCount = subscriberCount,
};