mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
ci: Fix linting on builds (no-changelog) (#5062)
add exceptions for the no-interpolation-in-regular-string rule
This commit is contained in:
committed by
GitHub
parent
0b47f9ce4e
commit
99e3eb634b
@@ -351,6 +351,7 @@ export class CrateDb implements INodeType {
|
||||
const where =
|
||||
' WHERE ' +
|
||||
updateKeys
|
||||
// eslint-disable-next-line n8n-local-rules/no-interpolation-in-regular-string
|
||||
.map((updateKey) => pgp.as.name(updateKey) + ' = ${' + updateKey + '}')
|
||||
.join(' AND ');
|
||||
// updateKeyValue = item.json[updateKey] as string | number;
|
||||
|
||||
Reference in New Issue
Block a user