diff --git a/api/hub.ts b/api/hub.ts index 0164a78..c3c0d92 100644 --- a/api/hub.ts +++ b/api/hub.ts @@ -30,6 +30,7 @@ const checkInviteHub = async (params = {}) => { .then(json => { if (json.object) { json.object.invites.map(async object => { + console.log("CHECK OBJECT=>",object) const invite = object.invite const pubkey = object.pubkey const price = object.price