Skip to content

Commit 3954bda

Browse files
author
Igor Evdokimov
committed
- osm location: cancellation token
1 parent b05f95f commit 3954bda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Botticelli.Locations/Integration/OsmLocationProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public async Task<IEnumerable<Address>> SearchByIds(string[] ids, string[]? lang
9595
var results = (await _addressSearcher.Lookup(new AddressSearchRequest
9696
{
9797
OSMIDs = ids,
98-
PreferredLanguages = languages != null ? string.Join(',', languages) : null,
98+
PreferredLanguages = languages != null ? string.Join(',', languages) : null
9999
})).Select(gr =>
100100
{
101101
var address = gr.Address?.Adapt<Address>() ?? new Address();

0 commit comments

Comments
 (0)