fix: commented out page_or_database since it causes crash
This commit is contained in:
parent
1686293bac
commit
904e83a7d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue