Skip to content

Commit c112720

Browse files
Fix build error
1 parent b7b5a5c commit c112720

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,6 @@ MapboxGeocoder.prototype = {
942942
if (searchInput.length >= this.options.minLength) {
943943
showSuggestions ? this._geocode(searchInput) : this._onChange();
944944
}
945-
}
946945
return this;
947946
},
948947

0 commit comments

Comments
 (0)