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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user