Remove redundant call
This commit is contained in:
parent
a3cb07e3bc
commit
dc5c8e5b70
1 changed files with 0 additions and 6 deletions
|
@ -256,12 +256,6 @@ class SearchWidgetState extends State<SearchWidget> {
|
|||
},
|
||||
);
|
||||
|
||||
_searchService.getCityResults(query).then(
|
||||
(results) {
|
||||
onResultsReceived(results);
|
||||
},
|
||||
);
|
||||
|
||||
_searchService.getCollectionSearchResults(query).then(
|
||||
(collectionResults) {
|
||||
onResultsReceived(collectionResults);
|
||||
|
|
Loading…
Add table
Reference in a new issue