Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 1075adf

Browse files
check filters
1 parent f97dc67 commit 1075adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_api/types/impacted_file/impacted_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def resolve_segments(
103103
if segment.has_diff_changes:
104104
segment.reset_lines_without_unintended_changes()
105105
filtered_segments.append(segment)
106-
segments = filtered_segments
106+
segments = []
107107

108108
return SegmentComparisons(results=segments)
109109

0 commit comments

Comments
 (0)