remove unnecessary parameter

This commit is contained in:
Johann150 2022-07-19 08:44:39 +02:00
parent fa41674262
commit 454ed9b5c4
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -47,7 +47,7 @@ function send() {
os.apiWithDialog('users/report-abuse', {
userId: props.user.id,
comment: comment.value,
}, undefined).then(res => {
}).then(res => {
os.alert({
type: 'success',
text: i18n.ts.abuseReported