Small improvements

This commit is contained in:
ricardo 2020-07-23 14:53:31 -04:00
parent 39f5cf92d8
commit 138a4d7518
3 changed files with 1 additions and 3 deletions

View file

@ -34,7 +34,7 @@ export class GitlabOAuth2Api implements ICredentialType {
{
displayName: 'Scope',
name: 'scope',
type: 'string' as NodePropertyTypes,
type: 'hidden' as NodePropertyTypes,
default: 'api',
},
{

View file

@ -13,7 +13,6 @@ import {
gitlabApiRequest,
} from './GenericFunctions';
export class Gitlab implements INodeType {
description: INodeTypeDescription = {
displayName: 'Gitlab',

View file

@ -14,7 +14,6 @@ import {
gitlabApiRequest,
} from './GenericFunctions';
export class GitlabTrigger implements INodeType {
description: INodeTypeDescription = {
displayName: 'Gitlab Trigger',