chrisdhaan / CDYelpFusionKit

An extensive Swift wrapper for the Yelp Fusion API.
MIT License
54 stars 18 forks source link

sort_By -> sort_by #11

Closed davecom closed 6 years ago

davecom commented 6 years ago

This fixes a bug since Yelp Fusion is case sensitive.

Issue Link :link:

What issue does this fix? If an issue doesn't exist, remove this section.

Yelp Fusion is case sensitive and right now sort_by is being improperly passed and therefore ignored in results since it is being passed as sort_By instead of sort_by.

Goals :soccer:

List the high-level objectives of this pull request. Include any relevant context.

Fix the capitalization bug.

chrisdhaan commented 6 years ago

Good find @davecom.