From 5f166deee9dcbfe39b29eb9b6bc3d7ae793fa89b Mon Sep 17 00:00:00 2001 From: James Collins Date: Sat, 4 May 2024 18:08:45 +1000 Subject: [PATCH] remove unused variable --- public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script.js b/public/script.js index 700c235..7e30d9c 100644 --- a/public/script.js +++ b/public/script.js @@ -26,7 +26,7 @@ let SM = { } } - copyContent().then(r => { /* empty */}); + copyContent().then(() => { /* empty */}); }, updateBillingAddress: () => {