fix: Resolve compilation errors related to status and filter plugins

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-03 09:13:26 -03:00
parent 09fa7576d0
commit 3524a12ffd
5 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ pub mod utils;
use std::collections::HashMap;
#[derive(Debug, Clone)]
#[derive(Debug, Clone, serde::Serialize)]
pub struct FilterOption {
pub name: String,
pub default: Option<serde_json::Value>,