Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct the condition when setting External id (#978)
Summary: The `External id` will be set to op.linkedActivity()->correlationId() if op.linkedActivity() is not nullptr. So in `if` condition we should check if op.linkedActivity()->correlationId() is 0. Pull Request resolved: #978 Reviewed By: xuzhao9 Differential Revision: D61608345 Pulled By: aaronenyeshi fbshipit-source-id: edc2c121a970756f008cae10a175b1f7066af18c
- Loading branch information