mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-25 03:33:33 +01:00
Merge pull request #1231 from CyberL1/fix/user-profile-colors
This commit is contained in:
commit
a5e875c3d2
@ -92,7 +92,7 @@ router.get(
|
||||
accent_color: user.accent_color,
|
||||
banner: user.banner,
|
||||
pronouns: user.pronouns,
|
||||
theme_colors: user.theme_colors,
|
||||
theme_colors: user.theme_colors?.map((t) => Number(t)), // these are strings for some reason, they should be numbers
|
||||
};
|
||||
|
||||
const guildMemberProfile = {
|
||||
|
Loading…
Reference in New Issue
Block a user