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

@@ -173,9 +173,9 @@ export class MessageEventBusDestinationWebhook
acc: Promise<{ [key: string]: any }>,
cur: { name: string; value: string; parameterType?: string; inputDataFieldName?: string },
) => {
const acumulator = await acc;
acumulator[cur.name] = cur.value;
return acumulator;
const accumulator = await acc;
accumulator[cur.name] = cur.value;
return accumulator;
};
// Get parameters defined in the UI