We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Diff method for Annotation has not been used when fireWhenNotZero is true. Instead, We use the findNewRecords to find the new Annotations
Ref:#356
1, the logic of comparing user_assertion is not right:
I don't think currentAssertions || previousAssertions can be used to check if they are identical
currentAssertions || previousAssertions
We should use currentAssertions != previousAssertions
2, Test cases need to be added
The text was updated successfully, but these errors were encountered:
#355 Fix Annotation service and test cases added
e7c2466
qifeng-bai
No branches or pull requests
Diff method for Annotation has not been used when fireWhenNotZero is true. Instead, We use the findNewRecords to find the new Annotations
Ref:#356
1, the logic of comparing user_assertion is not right:
I don't think
currentAssertions || previousAssertions
can be used to check if they are identicalWe should use currentAssertions != previousAssertions
2, Test cases need to be added
The text was updated successfully, but these errors were encountered: