chore: Remove unused @ts-ignore's (no-changelog) (#12198)

This commit is contained in:
Charlie Kolb
2024-12-18 08:35:53 +01:00
committed by GitHub
parent 5d33a6ba8a
commit 54b02acdd7
49 changed files with 2 additions and 67 deletions

View File

@@ -838,7 +838,6 @@ export class Mandrill implements INodeType {
// @ts-ignore
attachmentsValues = map(attachmentsUi.attachmentsValues, (o: IDataObject) => {
const aux: IDataObject = {};
// @ts-ignore
aux.name = o.name;
aux.content = o.content;
aux.type = o.type;