Skip to content

Commit

Permalink
Pull token_id from notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Jan 18, 2023
1 parent d43a3bf commit f742ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/actions/transactionHistoryActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export async function computeN3Activity(
// use the ghost market API
const imageResults = await fetchMissingImageInfo(
invocation.metadata.scripthash,
invocation.metadata.token_id,
item.notifications[0]?.state[3]?.value,
)

if (imageResults?.data?.assets?.length) {
Expand Down

0 comments on commit f742ae8

Please sign in to comment.