Fix n8n Organization queries for moved compliance portal fields
Drop removed Connect Organization profile fields that break Get Many, and return those fields from Compliance Portal Get. Signed-off-by: Sacha Al Himdani <sacha@probo.com>
This commit is contained in:
@@ -70,10 +70,6 @@ export async function execute(
|
||||
organization {
|
||||
id
|
||||
name
|
||||
description
|
||||
websiteUrl
|
||||
email
|
||||
headquarterAddress
|
||||
logo {
|
||||
id
|
||||
fileName
|
||||
@@ -125,4 +121,3 @@ export async function execute(
|
||||
pairedItem: { item: itemIndex },
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user