Skip to content

fix only deltas being sent for a field sync#209

Open
nirmalpatel94 wants to merge 1 commit intoentitiesfrom
accountSyncFix
Open

fix only deltas being sent for a field sync#209
nirmalpatel94 wants to merge 1 commit intoentitiesfrom
accountSyncFix

Conversation

@nirmalpatel94
Copy link

No description provided.

@@ -204,7 +204,7 @@ func RawEntityDiff(a map[string]interface{}, b map[string]interface{}, nilIsEmpt
if aIsMap && bIsMap {
subFieldsDelta, subFieldsAreDiff := RawEntityDiff(aVal.(map[string]interface{}), bVal.(map[string]interface{}), nilIsEmptyA, nilIsEmptyB)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

get rid of subFieldsDelta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants