mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: update grid test
This commit is contained in:
@ -529,7 +529,7 @@ where
|
||||
self.apply("")
|
||||
}
|
||||
|
||||
pub fn to_bytes(&self) -> Bytes {
|
||||
pub fn to_delta_bytes(&self) -> Bytes {
|
||||
let json = self.to_delta_str();
|
||||
Bytes::from(json.into_bytes())
|
||||
}
|
||||
|
Reference in New Issue
Block a user