remove unused variable
This commit is contained in:
@@ -26,7 +26,7 @@ let SM = {
|
||||
}
|
||||
}
|
||||
|
||||
copyContent().then(r => { /* empty */});
|
||||
copyContent().then(() => { /* empty */});
|
||||
},
|
||||
|
||||
updateBillingAddress: () => {
|
||||
|
||||
Reference in New Issue
Block a user