mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor: Fix some typos (no-changelog) (#5616)
This commit is contained in:
committed by
GitHub
parent
4e244937c9
commit
3c57062571
@@ -230,7 +230,7 @@ export function pipedriveResolveCustomProperties(
|
||||
|
||||
const json = item.json as IDataObject;
|
||||
|
||||
// Itterate over all keys and replace the custom ones
|
||||
// Iterate over all keys and replace the custom ones
|
||||
for (const key of Object.keys(json)) {
|
||||
if (customProperties[key] !== undefined) {
|
||||
// Is a custom property
|
||||
|
||||
Reference in New Issue
Block a user