mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
chore: Remove unused @ts-ignore's (no-changelog) (#12198)
This commit is contained in:
@@ -222,7 +222,6 @@ export class HomeAssistant implements INodeType {
|
||||
if (Object.entries(serviceAttributes).length) {
|
||||
if (serviceAttributes.attributes !== undefined) {
|
||||
serviceAttributes.attributes.map((attribute) => {
|
||||
// @ts-ignore
|
||||
body[attribute.name as string] = attribute.value;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user