Skip to content

Commit

Permalink
f: feat: add dashjoin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Aug 15, 2024
1 parent e302ccb commit 7075f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/dashjoin.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var DashJoin = ('object' === typeof module && exports) || {};
for (let denom of reverseDenoms) {
let isDenom = sats === denom;
if (isDenom) {
return isDenom;
return denom;
}
}

Expand Down

0 comments on commit 7075f9f

Please sign in to comment.