minor fix

This commit is contained in:
shraddha shaligram
2020-06-23 12:27:47 -07:00
parent 807db166fd
commit a6e40aaebe
3 changed files with 8 additions and 13 deletions

View File

@@ -29,6 +29,7 @@ import {
webinarOperations,
webinarFields,
} from './WebinarDescription';
import * as moment from 'moment-timezone';
interface Settings {
@@ -46,8 +47,6 @@ interface Settings {
registration_type?: number;
approval_type?: number;
practice_session?: boolean;
}
export class Zoom implements INodeType {
description: INodeTypeDescription = {