use value

This commit is contained in:
Barış Soner Uşaklı
2018-09-24 16:58:35 -04:00
committed by GitHub
parent 5a69f979a8
commit 786311fa64

View File

@@ -716,7 +716,7 @@ SELECT z."value", z."score" v
}
rows = rows.map(function (row) {
return options.withScores ? row : row.v;
return options.withScores ? row : row.value;
});
process(rows, function (err) {