use value

v1.18.x
Barış Soner Uşaklı 7 years ago committed by GitHub
parent 5a69f979a8
commit 786311fa64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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) {

Loading…
Cancel
Save