mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 18:46:01 +01:00
ESlint quotes
This commit is contained in:
@@ -58,7 +58,7 @@ module.exports = function (db, module) {
|
||||
score: {
|
||||
$cond: {
|
||||
if: {
|
||||
$eq: ["$_key", sets[index]],
|
||||
$eq: ['$_key', sets[index]],
|
||||
},
|
||||
then: {
|
||||
$multiply: ['$score', weight],
|
||||
|
||||
Reference in New Issue
Block a user