fix naming conventions

This commit is contained in:
shraddha shaligram
2020-06-24 10:47:35 -07:00
parent 5d98f5673f
commit e3cf858ebc
4 changed files with 64 additions and 64 deletions

View File

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