fix linting
This commit is contained in:
parent
b988889707
commit
96a3571069
@ -80,7 +80,7 @@ function tableParse(table, noRoute, annotation, callback) {
|
|||||||
} else {
|
} else {
|
||||||
result = json[annotation].map(row => {
|
result = json[annotation].map(row => {
|
||||||
var hashes = {};
|
var hashes = {};
|
||||||
row.forEach((v, i) => { hashes[tableRows[0][i+1]] = parse(v) ? '' : v; });
|
row.forEach((v, i) => { hashes[tableRows[0][i+1]] = parse(v) ? '' : v; });
|
||||||
return hashes;
|
return hashes;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user