Skip to content

Commit

Permalink
Returning soulnames from list method
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Nov 2, 2022
1 parent c77ad69 commit c294d24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/soulNames/list.ts
Expand Up @@ -79,7 +79,11 @@ export const listSoulnames = async (masa: Masa, address?: string) => {
).toUTCString()}`
);
}

return soulNames
} else {
console.log("Not logged in please login first");

return [];
}
};

0 comments on commit c294d24

Please sign in to comment.