fix: commented out page_or_database since it causes crash

This commit is contained in:
Bram Dingelstad 2025-12-08 13:58:05 +01:00
parent 1686293bac
commit 904e83a7d1

View file

@ -1114,7 +1114,7 @@ pub struct QueryResponse<T> {
pub has_more: Option<bool>,
pub next_cursor: Option<String>,
pub results: Vec<T>,
pub page_or_database: Value,
// pub page_or_database: Value,
}
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq)]