mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-31 15:37:26 -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',
|
||||
value: '',
|
||||
},
|
||||
{
|
||||
name: 'v21.0',
|
||||
value: 'v21.0',
|
||||
},
|
||||
{
|
||||
name: 'v20.0',
|
||||
value: 'v20.0',
|
||||
|
|
Loading…
Reference in a new issue