mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
chore: Remove unused @ts-ignore's (no-changelog) (#12198)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user