Mintbase/mintbase-js

TypeError: Cannot read property '0' of undefined

microchipgnu opened this issue · 0 comments

const thing = result.token[0]

Should be result.thing.tokens[0]