mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-05 18:07:27 -08:00
feat(Facebook Graph API Node): Update node to support API v21.0 (#12116)
This commit is contained in:
parent
410ea9a2ef
commit
14c33f666f
|
@ -80,6 +80,10 @@ export class FacebookGraphApi implements INodeType {
|
||||||
name: 'Default',
|
name: 'Default',
|
||||||
value: '',
|
value: '',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'v21.0',
|
||||||
|
value: 'v21.0',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'v20.0',
|
name: 'v20.0',
|
||||||
value: 'v20.0',
|
value: 'v20.0',
|
||||||
|
|
Loading…
Reference in a new issue