Skip to content

Commit

Permalink
chore: lint register.js
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Adams <[email protected]>
  • Loading branch information
karrui and breadadams authored Sep 27, 2024
1 parent 63e8763 commit b522fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const proxyHandler = {
return 'Module'
}

if (typeof getters.get(target)[name] === "function") {
return getters.get(target)[name]();
if (typeof getters.get(target)[name] === 'function') {
return getters.get(target)[name]()
}
},

Expand Down

0 comments on commit b522fbe

Please sign in to comment.