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 464fb0f commit 0462c61Copy full SHA for 0462c61
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