mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-24 04:59:13 +00:00
refactor: Phase out TSLint in nodes-base (no-changelog) (#4798)
* 🔥 Remove TSLint scripts * 🔥 Remove TSLint config * 🔥 Remove TSLint exceptions * 👕 Adjust lint config * ✏️ Add story numbers
This commit is contained in:
@@ -828,7 +828,7 @@ export class Onfleet {
|
||||
/* Clone a task */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
const id = this.getNodeParameter('id', index) as string;
|
||||
// tslint:disable-next-line: no-any
|
||||
|
||||
const taskData = Onfleet.getTaskFields.call(this, index, operation) as any;
|
||||
if (!taskData) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user