mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +01:00
add "userScore"
This commit is contained in:
parent
eb7f0e6019
commit
4a9f666624
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ app.get("/avatars/:v", async function (req, res) {
|
|||
rating:engagement.rating,
|
||||
userScore : {
|
||||
label:userScoreLabel,
|
||||
score:userScore,
|
||||
color:userScoreColor,
|
||||
},
|
||||
engagement: {
|
||||
|
|
Loading…
Reference in a new issue