fix const req (#2824)

This commit is contained in:
dni ⚡
2024-12-13 08:25:44 +01:00
committed by GitHub
parent 826f8ad2ac
commit 646c341840
+1 -1
View File
@@ -291,7 +291,7 @@ window.app = Vue.createApp({
decodeRequest() {
this.parse.show = true
this.parse.data.request = this.parse.data.request.trim().toLowerCase()
const req = this.parse.data.request
let req = this.parse.data.request
if (req.startsWith('lightning:')) {
this.parse.data.request = req.slice(10)
} else if (req.startsWith('lnurl:')) {