Skip to content

Commit 0462c61

Browse files
committed
f: feat: add dashjoin.js
1 parent 464fb0f commit 0462c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/dashjoin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var DashJoin = ('object' === typeof module && exports) || {};
2222
for (let denom of reverseDenoms) {
2323
let isDenom = sats === denom;
2424
if (isDenom) {
25-
return isDenom;
25+
return denom;
2626
}
2727
}
2828

0 commit comments

Comments
 (0)