Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix getParticipantIndices from SyncAggregate struct #2657

Merged
merged 1 commit into from
Jun 9, 2021

Conversation

twoeths
Copy link
Contributor

@twoeths twoeths commented Jun 8, 2021

Motivation
getParticipantIndices is correct for tree backed object but not struct

Description

@codeclimate
Copy link

codeclimate bot commented Jun 8, 2021

Code Climate has analyzed commit 12cf112 and detected 0 issues on this pull request.

View more on Code Climate.

participantIndices.push(index);
}
}
return participantIndices;
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we move this to a util function and unit test it?

@twoeths twoeths force-pushed the tuyen/fix-getParticipantIndices branch from 998079c to 12cf112 Compare June 9, 2021 03:58
Copy link
Contributor

@dapplion dapplion left a comment

Choose a reason for hiding this comment

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

Great work!

@wemeetagain wemeetagain merged commit 1096e71 into master Jun 9, 2021
@wemeetagain wemeetagain deleted the tuyen/fix-getParticipantIndices branch June 9, 2021 14:32
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.

None yet

3 participants