mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00: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