From f3b6b1949d14b413986c7d0140b37a191331b69c Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Mon, 20 Feb 2023 04:24:29 +0100 Subject: [PATCH] let undefined --- templates/cashu/wallet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cashu/wallet.html b/templates/cashu/wallet.html index 3b5130556..f2769df9a 100644 --- a/templates/cashu/wallet.html +++ b/templates/cashu/wallet.html @@ -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]