From 1e0991afc95665a0d9439bb1a5358f1a975b7988 Mon Sep 17 00:00:00 2001 From: Maina Wycliffe Date: Mon, 29 Jul 2024 11:16:00 +0300 Subject: [PATCH] fix: set recursive to none, when both upstream and downstream are not selected --- src/api/services/configs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/services/configs.ts b/src/api/services/configs.ts index 17322f870..3fb445238 100644 --- a/src/api/services/configs.ts +++ b/src/api/services/configs.ts @@ -316,7 +316,7 @@ export async function getConfigsChanges({ ); requestData.set("depth", 5); } else { - requestData.set("depth", 1); + requestData.set("recursive", "none"); } if (severity) {