fix: resolve compilation errors by adding missing imports and fixing schema definitions

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-12 16:58:29 -03:00
parent 3395c54843
commit 4d3a9fd3ac
6 changed files with 8 additions and 14 deletions

View File

@@ -1,4 +1,3 @@
use crate::db::{self, Item, Tag, Meta};
use crate::modes::server::AppState;
use anyhow::Result;
use axum::{
@@ -7,9 +6,6 @@ use axum::{
};
use rusqlite::Connection;
use serde::Deserialize;
use std::collections::HashMap;
use std::sync::Arc;
use tokio::sync::Mutex;
#[derive(Deserialize)]
pub struct ListQueryParams {