Update?
This commit is contained in:
parent
dfd7b84b2c
commit
478693375a
|
@ -1,4 +1,5 @@
|
|||
use err::{Error, MessageResource};
|
||||
use serde::{Serialize};
|
||||
use chat_types::domain::chat_room::{self, ChatRoom};
|
||||
|
||||
pub async fn a() {}
|
||||
pub async fn a() {
|
||||
let a = ChatRoom {};
|
||||
}
|
Loading…
Reference in New Issue