lint fixing

This commit is contained in:
proddy
2024-06-12 20:57:50 +02:00
parent 07dbe7d260
commit 53837e36b4
13 changed files with 91 additions and 54 deletions

View File

@@ -45,7 +45,6 @@ const Help: FC = () => {
);
anchor.download =
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
'emsesp_' + event.sendArgs[0].device + '_' + event.sendArgs[0].entity + '.txt';
anchor.click();
URL.revokeObjectURL(anchor.href);