Skip to content

Commit eb631e2

Browse files
author
Martii
committed
Post fix... incorrect comma removal
* Retested on dev to ensure this didn't happen elsewhere Applies to OpenUserJS#697
1 parent af641e4 commit eb631e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libs/modelQuery.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ exports.parseScriptSearchQuery = parseScriptSearchQuery;
9797

9898
var parseGroupSearchQuery = function (aGroupListQuery, aQuery) {
9999
parseModelListSearchQuery(aGroupListQuery, aQuery, {
100-
partialWordMatchFields: ['name']
101-
fullWordMatchFields: [],
100+
partialWordMatchFields: ['name'],
101+
fullWordMatchFields: []
102102
});
103103
};
104104
exports.parseGroupSearchQuery = parseGroupSearchQuery;

0 commit comments

Comments
 (0)