Skip to content

Commit

Permalink
fix: set recursive to none, when both upstream and downstream are not…
Browse files Browse the repository at this point in the history
… selected
  • Loading branch information
mainawycliffe committed Jul 31, 2024
1 parent a42a607 commit 1e0991a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/services/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export async function getConfigsChanges({
);
requestData.set("depth", 5);
} else {
requestData.set("depth", 1);
requestData.set("recursive", "none");
}

if (severity) {
Expand Down

0 comments on commit 1e0991a

Please sign in to comment.