Fix checking columns if route is not specified
This commit is contained in:
parent
9974b8b1da
commit
5c4f96e4bc
@ -79,6 +79,7 @@ module.exports = function () {
|
|||||||
|
|
||||||
if (headers.has('route')) {
|
if (headers.has('route')) {
|
||||||
got.route = (instructions || '').trim();
|
got.route = (instructions || '').trim();
|
||||||
|
}
|
||||||
|
|
||||||
if (headers.has('summary')) {
|
if (headers.has('summary')) {
|
||||||
got.summary = (summary || '').trim();
|
got.summary = (summary || '').trim();
|
||||||
@ -173,7 +174,6 @@ module.exports = function () {
|
|||||||
putValue('weight_name', weight_name);
|
putValue('weight_name', weight_name);
|
||||||
putValue('weights', weights);
|
putValue('weights', weights);
|
||||||
putValue('weight', weight);
|
putValue('weight', weight);
|
||||||
}
|
|
||||||
|
|
||||||
for (var key in row) {
|
for (var key in row) {
|
||||||
if (this.FuzzyMatch.match(got[key], row[key])) {
|
if (this.FuzzyMatch.match(got[key], row[key])) {
|
||||||
|
Loading…
Reference in New Issue
Block a user