1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-08-06 17:40:59 +00:00

127 errors left

This commit is contained in:
Timo Kösters 2022-10-05 18:36:12 +02:00
parent 0f618de7fd
commit 769c1ecdd4
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
65 changed files with 809 additions and 556 deletions

View file

@ -13,7 +13,7 @@ use ruma::{
use std::{collections::BTreeMap, sync::Arc};
pub struct Service {
db: Box<dyn Data>,
db: Arc<dyn Data>,
}
impl Service {