mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix naming conventions
This commit is contained in:
@@ -483,7 +483,7 @@ export class Zoom implements INodeType {
|
||||
|
||||
}
|
||||
}
|
||||
if (resource === 'meetingRegistrant') {
|
||||
if (resource === 'meetingRegistrants') {
|
||||
if (operation === 'create') {
|
||||
//https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingregistrantcreate
|
||||
const meetingId = this.getNodeParameter('meetingId', i) as string;
|
||||
|
||||
Reference in New Issue
Block a user