Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: HJ <30-hj@users.noreply.git.pleroma.social>
This commit is contained in:
Lucy 2025-07-27 18:38:44 +00:00 committed by luce
commit aa816a75fa

View file

@ -1571,8 +1571,6 @@ const adminApproveUser = ({user : { screen_name: nickname }, credentials }) => {
nicknames: [nickname]
}
})
r.catch(error => console.log('approve error', error))
console.log(r)
return r
}