mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 17:20:30 +02:00
Removed workaround for joto/taginfo#179
This commit is contained in:
@@ -156,7 +156,7 @@ export function init() {
|
||||
|
||||
request(endpoint + path + qsString(parameters), debounce, function(err, d) {
|
||||
if (err) return callback(err);
|
||||
callback(null, parameters.rtype ? d : d.data);
|
||||
callback(null, d.data);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user