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', {
|
os.apiWithDialog('users/report-abuse', {
|
||||||
userId: props.user.id,
|
userId: props.user.id,
|
||||||
comment: comment.value,
|
comment: comment.value,
|
||||||
}, undefined).then(res => {
|
}).then(res => {
|
||||||
os.alert({
|
os.alert({
|
||||||
type: 'success',
|
type: 'success',
|
||||||
text: i18n.ts.abuseReported
|
text: i18n.ts.abuseReported
|
||||||
|
|
Loading…
Reference in a new issue