fix(server): fix unclosed delimiter
This commit is contained in:
parent
929f27eaa9
commit
2c6bd92bf4
|
|
@ -1584,6 +1584,7 @@ impl Database {
|
|||
};
|
||||
|
||||
Ok(documents)
|
||||
}
|
||||
|
||||
pub async fn count_documents_for_source(&self, source_id: Uuid) -> Result<(i64, i64)> {
|
||||
let row = sqlx::query(
|
||||
|
|
|
|||
Loading…
Reference in New Issue