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

replace === with == #299

Merged
merged 3 commits into from
Apr 10, 2024
Merged

replace === with == #299

merged 3 commits into from
Apr 10, 2024

Conversation

mike-dydx
Copy link
Contributor

triple equals "===" do not work for iOS string comparisons after compilation. Replacing all triple equals string comparisons with double equals in this PR.

@mike-dydx mike-dydx marked this pull request as ready for review April 10, 2024 19:34
@mike-dydx mike-dydx merged commit abe7075 into main Apr 10, 2024
2 checks passed
@mike-dydx mike-dydx deleted the mike/fix-equality-checks branch April 10, 2024 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants