🔀 Merge branch 'master' of github.com:n8n-io/n8n

This commit is contained in:
Jan Oberhauser 2020-05-06 10:30:34 +02:00
commit 285a725473

View file

@ -79,9 +79,13 @@ export class FacebookGraphApi implements INodeType {
type: 'options', type: 'options',
options: [ options: [
{ {
name: 'Latest', name: 'Default',
value: '', value: '',
}, },
{
name: 'v7.0',
value: 'v7.0',
},
{ {
name: 'v6.0', name: 'v6.0',
value: 'v6.0', value: 'v6.0',
@ -110,10 +114,6 @@ export class FacebookGraphApi implements INodeType {
name: 'v3.0', name: 'v3.0',
value: 'v3.0', value: 'v3.0',
}, },
{
name: 'v2.12',
value: 'v2.12',
},
], ],
default: '', default: '',
description: 'The version of the Graph API to be used in the request.', description: 'The version of the Graph API to be used in the request.',