Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Fix pingdom_contact data source returning wrong ID #92

Conversation

marcelomilera
Copy link
Contributor

@marcelomilera marcelomilera commented Nov 27, 2020

Fixes #85
Adding a "break" to the for loop that iterates through the contacts list so that the "contact" variable doesn't get overwritten and therefore the "found" variable ends up pointing to the correct value.

Adding a "break" to the for loop that iterates through the contacts list so that the "contact" variable doesn't get overwritten and therefore the "found" variable ends up pointing to the correct value.
Copy link
Owner

@russellcardullo russellcardullo left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the PR.

@russellcardullo russellcardullo merged commit 0b913da into russellcardullo:master Nov 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pingdom_contact data source returns wrong ID
2 participants