mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
ci: Fix lint to fix build (no-changelog) (#6817)
This commit is contained in:
@@ -406,7 +406,7 @@ export class MicrosoftSql implements INodeType {
|
||||
.request()
|
||||
.query(
|
||||
`DELETE FROM ${table} WHERE "${deleteKey}" IN ${extractDeleteValues(
|
||||
deleteValues as IDataObject[],
|
||||
deleteValues,
|
||||
deleteKey,
|
||||
)};`,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user