fix pagination

This commit is contained in:
shraddha shaligram
2020-06-23 20:29:47 -07:00
parent 83828a19ab
commit 69a1f8af00
6 changed files with 55 additions and 47 deletions

View File

@@ -1,14 +1,7 @@
import { ICredentialType, NodePropertyTypes } from 'n8n-workflow';
const userScopes = [
'meeting:read',
'meeting:write',
'user:read',
'user:write',
'user_profile',
'webinar:read',
'webinar:write'
];
import {
ICredentialType,
NodePropertyTypes,
} from 'n8n-workflow';
export class ZoomOAuth2Api implements ICredentialType {
name = 'zoomOAuth2Api';
@@ -27,7 +20,6 @@ export class ZoomOAuth2Api implements ICredentialType {
type: 'hidden' as NodePropertyTypes,
default: 'https://zoom.us/oauth/token'
},
{
displayName: 'Scope',
name: 'scope',