mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(Facebook Graph API Node): Update node to support API v21.0 (#12116)
This commit is contained in:
@@ -80,6 +80,10 @@ export class FacebookGraphApi implements INodeType {
|
||||
name: 'Default',
|
||||
value: '',
|
||||
},
|
||||
{
|
||||
name: 'v21.0',
|
||||
value: 'v21.0',
|
||||
},
|
||||
{
|
||||
name: 'v20.0',
|
||||
value: 'v20.0',
|
||||
|
||||
Reference in New Issue
Block a user