Skip to content

Commit

Permalink
chore: remove recursive when downstream and upstream aren't selected
Browse files Browse the repository at this point in the history
Fixes #2017
  • Loading branch information
mainawycliffe committed Jul 9, 2024
1 parent 46e2fcd commit 4fdf0be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/services/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ export async function getConfigsChanges({
);
} else {
// default to all
requestData.set("recursive", "all");
requestData.set("depth", 1);
}

Expand Down

0 comments on commit 4fdf0be

Please sign in to comment.