Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Break out of the loop when the key is found
The purpose of the loop is to loop through the flag keys and evaluate the one where `flag["key"] == key`. Once that key is found, there's no need to continue the loop.
- Loading branch information