mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-29 19:00:51 +02:00
refactor: file_info, rabbitmq, queue
This commit is contained in:
+1
-1
@@ -111,5 +111,5 @@ pub async fn get_item<T>(db_client: &Surreal<Client>, id: &str) -> Result<Option
|
||||
where
|
||||
T: for<'de> StoredObject,
|
||||
{
|
||||
Ok(db_client.select((T::table_name(), id)).await?)
|
||||
db_client.select((T::table_name(), id)).await
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user