forked from FoundKeyGang/FoundKey
remove unnecessary parameter
This commit is contained in:
parent
fa41674262
commit
454ed9b5c4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue