We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e302ccb commit 7075f9fCopy full SHA for 7075f9f
public/dashjoin.js
@@ -22,7 +22,7 @@ var DashJoin = ('object' === typeof module && exports) || {};
22
for (let denom of reverseDenoms) {
23
let isDenom = sats === denom;
24
if (isDenom) {
25
- return isDenom;
+ return denom;
26
}
27
28
0 commit comments