Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

Commit

Permalink
Add image url to trader lookup endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
cbovis committed May 23, 2020
1 parent d42e57a commit 7b8efc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/traders/search-traders.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ const searchTraders = async (query, options) => {

return {
address,
imageUrl: _.get(metadata, 'imageUrl', null),
name: _.get(metadata, 'name', null),
};
});
Expand Down

0 comments on commit 7b8efc3

Please sign in to comment.