mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Enable no-extra-semi lint
This commit is contained in:
@@ -691,7 +691,7 @@ async function onDeleteClick() {
|
||||
if (confirmation) {
|
||||
await deleteExtension(extensionName);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
export async function deleteExtension(extensionName) {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user