Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
arily committed Dec 5, 2023
1 parent 32377c4 commit db13a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/query_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _process_tuple_part(
if isinstance(value, tuple):
parts: list[str] = []
for elem in part:
return_value = _process_tuple_part(elem, parameters)
return_value = _process_query_part(elem, parameters)
if return_value is None:
return None
parts.append(return_value)
Expand Down

0 comments on commit db13a33

Please sign in to comment.