From dadecf49a58192fb72b757e869c8bdc696744ce9 Mon Sep 17 00:00:00 2001 From: AldemirLucas Date: Tue, 10 Oct 2023 16:12:54 -0300 Subject: [PATCH] add filter profile:A_1 in filter careerPeople --- next/pages/api/team/getCareerPeople.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next/pages/api/team/getCareerPeople.js b/next/pages/api/team/getCareerPeople.js index 1301e309..81d18835 100644 --- a/next/pages/api/team/getCareerPeople.js +++ b/next/pages/api/team/getCareerPeople.js @@ -10,7 +10,7 @@ export default async function getCareerPeople(team) { data: { query: ` query { - allAccount (careers_Team: "${team}"){ + allAccount (careers_Team: "${team}", profile: A_1){ edges { node { firstName