mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
pacify eslint
This commit is contained in:
+1
-1
@@ -253,7 +253,7 @@ function suggestionsToPresets(presets) {
|
||||
let suggestionID = presetID + '/' + name;
|
||||
|
||||
let tags = { 'brand:wikidata': qid };
|
||||
for (k in preset.tags) {
|
||||
for (let k in preset.tags) {
|
||||
// prioritize suggestion tags over preset tags (for `vending`,`cuisine`, etc)
|
||||
tags[k] = suggestion.tags[k] || preset.tags[k];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user