refactor: Fix some typos (no-changelog) (#5616)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-03-03 18:49:19 +01:00
committed by GitHub
parent 4e244937c9
commit 3c57062571
53 changed files with 100 additions and 99 deletions

View File

@@ -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

View File

@@ -304,7 +304,7 @@ export class PipedriveTrigger implements INodeType {
}
// Remove from the static workflow data so that it is clear
// that no webhooks are registred anymore
// that no webhooks are registered anymore
delete webhookData.webhookId;
delete webhookData.webhookEvents;
}