mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Lemlist Node): Fix typos and incorrect action name (no-changelog) (#11406)
This commit is contained in:
@@ -131,7 +131,7 @@ export function getEvents() {
|
||||
];
|
||||
|
||||
return events.map((event: string) => ({
|
||||
name: event === '*' ? '*' : capitalCase(event),
|
||||
name: event === '*' ? '*' : capitalCase(event).replace('Linkedin', 'LinkedIn'),
|
||||
value: event,
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user