Browse Source

more logs

feature/dockerfile-arm
Evan Feenstra 5 years ago
parent
commit
e37c1136a1
  1. 1
      api/hub.ts

1
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

Loading…
Cancel
Save