Rename field
This commit is contained in:
parent
cf8c9ebe00
commit
278fa912df
4 changed files with 8 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ pub struct CursorSpan {
|
|||
pub struct ClientCursors {
|
||||
pub user_name: String,
|
||||
pub device_id: DeviceId,
|
||||
pub cursors: Vec<DocumentWithCursors>,
|
||||
pub documents_with_cursors: Vec<DocumentWithCursors>,
|
||||
}
|
||||
|
||||
#[derive(TS, Serialize, Clone, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue