mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
feat(Facebook Graph API Node): Update node to support API v22.0 (#13024)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
This commit is contained in:
parent
be5e49d56c
commit
0bc0fc6c12
|
@ -81,6 +81,10 @@ export class FacebookGraphApi implements INodeType {
|
|||
name: 'Default',
|
||||
value: '',
|
||||
},
|
||||
{
|
||||
name: 'v22.0',
|
||||
value: 'v22.0',
|
||||
},
|
||||
{
|
||||
name: 'v21.0',
|
||||
value: 'v21.0',
|
||||
|
|
Loading…
Reference in a new issue