Skip to content

Commit 3ee1ae8

Browse files
committed
refac: filters
1 parent 8ce6c8c commit 3ee1ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/open_webui/utils/filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async def process_filter_functions(
5252
# Prepare handler function
5353
handler = getattr(function_module, filter_type, None)
5454
if not handler:
55-
continue
55+
continue
5656

5757
# Check if the function has a file_handler variable
5858
if filter_type == "inlet" and hasattr(function_module, "file_handler"):

0 commit comments

Comments
 (0)