Skip to content

Commit

Permalink
Update Sources/MapboxSearch/PublicAPI/Use Cases/Discover API/Discover…
Browse files Browse the repository at this point in the history
….swift

Co-authored-by: Nastassia Makaranka <[email protected]>
  • Loading branch information
aokj4ck and kried authored Feb 14, 2024
1 parent 757a6b1 commit 4f17c4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ extension Discover {
countries: [options.country?.countryCode].compactMap { $0 },
languages: [options.language.languageCode],
limit: options.limit,
proximity: options.proximity ?? proximity,
proximity: proximity
origin: options.origin
)

Expand Down

0 comments on commit 4f17c4c

Please sign in to comment.