mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 14:26:06 +02:00
fix
This commit is contained in:
@@ -61,7 +61,8 @@
|
||||
notificationRequest
|
||||
.sendInviteResponsePhoto(params, D.invite.id)
|
||||
.catch((err) => {
|
||||
throw err;
|
||||
console.error('Invite response photo failed', err);
|
||||
toast.error(t('message.error'));
|
||||
})
|
||||
.then((args) => {
|
||||
notificationRequest.hideNotification({
|
||||
@@ -77,7 +78,8 @@
|
||||
notificationRequest
|
||||
.sendInviteResponse(params, D.invite.id)
|
||||
.catch((err) => {
|
||||
throw err;
|
||||
console.error('Invite response failed', err);
|
||||
toast.error('Error');
|
||||
})
|
||||
.then((args) => {
|
||||
notificationRequest.hideNotification({
|
||||
|
||||
Reference in New Issue
Block a user