fix: Resolve type mismatches for Option<FilterChain> and Option<&FilterChain>
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -190,7 +190,7 @@ impl ItemService {
|
||||
None
|
||||
};
|
||||
|
||||
self.get_item_content_info_streaming_with_chain(conn, id, filter_chain)
|
||||
self.get_item_content_info_streaming_with_chain(conn, id, filter_chain.as_ref())
|
||||
}
|
||||
|
||||
pub fn get_item_content_info_streaming_with_chain(
|
||||
|
||||
Reference in New Issue
Block a user