Skip to content

Commit

Permalink
remove duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Dec 25, 2024
1 parent 8798603 commit 298253f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const createFilterForExcludedReleases = (
oldReleaseFilter: ReleaseCondition | null,
newReleaseFilter: ReleaseCondition | null,
): ReleaseCondition | null => {
if (oldReleaseFilter == null && newReleaseFilter == null) return null;
if (oldReleaseFilter == null && newReleaseFilter == null) return null;
if (oldReleaseFilter == null && newReleaseFilter != null)
return {
Expand Down

0 comments on commit 298253f

Please sign in to comment.