Skip to content

Commit

Permalink
feat: convert outgoing updated_fields to Option<Vec<String>>
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra-yse committed Nov 13, 2024
1 parent 8b58ce5 commit 193b089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/sync/model/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ pub(crate) struct SyncSettings {
pub(crate) struct SyncOutgoingDetails {
pub(crate) record_id: String,
pub(crate) record_type: RecordType,
pub(crate) updated_fields_json: Option<String>,
pub(crate) updated_fields: Option<Vec<String>>,
}

0 comments on commit 193b089

Please sign in to comment.