let undefined

This commit is contained in:
callebtc
2023-02-20 04:24:29 +01:00
parent a7bce3a636
commit f3b6b1949d
+1 -1
View File
@@ -2861,7 +2861,7 @@ page_container %}
migrationLocalstorage: async function () {
// migration from old db to multimint
for (var key in localStorage) {
match = key.match('cashu.(.+).proofs')
let match = key.match('cashu.(.+).proofs')
if (match != null) {
console.log('Migrating mint', match[1])
let mint_id = match[1]