Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/warp_server_client/src/cloud_object/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ pub struct CloudObjectMetadata {
pub pending_changes_statuses: CloudObjectStatuses,
pub trashed_ts: Option<ServerTimestamp>,
pub folder_id: Option<SyncId>,
/// Welcome objects are created on the server when a user first recieves
/// Welcome objects are created on the server when a user first receives
/// access to Warp Drive as part of onboarding.
pub is_welcome_object: bool,
pub last_editor_uid: Option<String>,
Expand Down
Loading