From 03dd95e00f93a3e3f5d034781604f85aafeb3999 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 17 May 2019 17:11:20 -0400 Subject: [PATCH] pacify eslint --- build_data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_data.js b/build_data.js index f0069f7ff..b55c8154b 100644 --- a/build_data.js +++ b/build_data.js @@ -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]; }