Skip to content

Commit 0cd55c9

Browse files
committed
const declaration
1 parent 1bf00ed commit 0cd55c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets_js_bitrequest_config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,8 +1012,8 @@ glob_config = {
10121012
"cmcid": 1027,
10131013
"urlscheme": function(payment, address, amount, iszero) {
10141014
const chainid = request.chainid,
1015-
cid_string = chainid ? "@" + chainid : "";
1016-
amnt = (iszero === true) ? "" : "?value=" + amount + "e18";
1015+
cid_string = chainid ? "@" + chainid : "",
1016+
amnt = (iszero === true) ? "" : "?value=" + amount + "e18";
10171017
return payment + ":" + address + cid_string + amnt;
10181018
},
10191019
"address_regex": "^0x[a-fA-F0-9]{40}$"

0 commit comments

Comments
 (0)