Fix n8n cookieConsentRecord getAll operation
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -165,9 +165,9 @@ export async function execute(
|
||||
}
|
||||
`;
|
||||
|
||||
const variables: Record<string, unknown> = { cookieBannerId };
|
||||
const variables: IDataObject = { cookieBannerId };
|
||||
if (hasFilter) {
|
||||
const filter: Record<string, unknown> = {};
|
||||
const filter: IDataObject = {};
|
||||
if (filterAction) filter.action = filterAction;
|
||||
if (filterVisitorId) filter.visitorId = filterVisitorId;
|
||||
if (filterVersion) filter.version = filterVersion;
|
||||
|
||||
Reference in New Issue
Block a user