1
Fork 0

add "userScore"

This commit is contained in:
ashley 2024-08-31 12:36:18 +00:00
parent eb7f0e6019
commit 4a9f666624

View file

@ -195,6 +195,7 @@ app.get("/avatars/:v", async function (req, res) {
rating:engagement.rating, rating:engagement.rating,
userScore : { userScore : {
label:userScoreLabel, label:userScoreLabel,
score:userScore,
color:userScoreColor, color:userScoreColor,
}, },
engagement: { engagement: {