This commit is contained in:
PhilReact 2024-12-16 11:48:42 +02:00
parent c8a08c9fa3
commit d77b6caed4

View File

@ -2220,7 +2220,7 @@ export async function createGroup({
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;
} }
export async function inviteToGroup({ groupId, qortalAddress, inviteTime }) { export async function inviteToGroup({ groupId, qortalAddress, inviteTime }) {