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
commit 9136ba78e3

View file

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