Enable no-extra-semi lint

This commit is contained in:
valadaptive
2023-12-02 10:15:03 -05:00
parent 27e63a7a77
commit 0a27275772
12 changed files with 21 additions and 22 deletions

View File

@@ -691,7 +691,7 @@ async function onDeleteClick() {
if (confirmation) {
await deleteExtension(extensionName);
}
};
}
export async function deleteExtension(extensionName) {
try {