Skip to content

Commit

Permalink
fix: set depth to 0 for related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Jul 29, 2024
1 parent 08d9a86 commit 018c9c1
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("depth", 0);
}

if (severity) {
Expand Down

0 comments on commit 018c9c1

Please sign in to comment.