mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-19 14:21:22 +00:00
fix inviteToGroup error message
This commit is contained in:
parent
73f3825a97
commit
99a772452e
@ -2521,7 +2521,7 @@ export async function inviteToGroup({ groupId, qortalAddress, inviteTime }) {
|
|||||||
|
|
||||||
const res = await processTransactionVersion2(signedBytes);
|
const res = await processTransactionVersion2(signedBytes);
|
||||||
if (!res?.signature)
|
if (!res?.signature)
|
||||||
throw new Error('Transaction was not able to be processed');
|
throw new Error(res?.message || 'Transaction was not able to be processed');
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user