remove unused variable

This commit is contained in:
2024-05-04 18:08:45 +10:00
parent 2468bff5fb
commit 5f166deee9

View File

@@ -26,7 +26,7 @@ let SM = {
}
}
copyContent().then(r => { /* empty */});
copyContent().then(() => { /* empty */});
},
updateBillingAddress: () => {