Skip to content

Commit

Permalink
Added missing return on library
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasberaldo committed Jan 28, 2024
1 parent a92a0e9 commit 125e5eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/sdks.near/widget/Loader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,4 @@ const load = (account, resourceType, path, version) => {
);
}

const $ = (namespace) => load(...parseRequest(namespace));

console.log($("@sdks/lens"));
return (namespace) => load(...parseRequest(namespace));

0 comments on commit 125e5eb

Please sign in to comment.