mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 01:26:16 +01:00
use value
This commit is contained in:
committed by
GitHub
parent
5a69f979a8
commit
786311fa64
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user