mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: add revision reset helper
This commit is contained in:
@ -57,7 +57,7 @@ where
|
||||
match self.into_inner().into_bytes() {
|
||||
Ok(bytes) => {
|
||||
log::trace!("Serialize Data: {:?} to event response", std::any::type_name::<T>());
|
||||
return ResponseBuilder::Ok().data(bytes).build();
|
||||
ResponseBuilder::Ok().data(bytes).build()
|
||||
}
|
||||
Err(e) => e.into(),
|
||||
}
|
||||
|
Reference in New Issue
Block a user