Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ def _process_result(
node_id=node_id,
project_id=project.id,
)
return truncated_result
return truncated_result
return result

@staticmethod
def _get_relative_file_path(file_path: str) -> str:
Expand Down
Loading