mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Remove duplicate key from LevelSystem.coffee
This commit is contained in:
parent
7864d3708b
commit
a8d4d68da8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ LevelSystemSchema.index(
|
|||
{
|
||||
name: 'search index'
|
||||
sparse: true
|
||||
weights: {description: 1, name: 1, name: 1}
|
||||
weights: {description: 1, name: 1}
|
||||
default_language: 'english'
|
||||
'language_override': 'searchLanguage'
|
||||
'textIndexVersion': 2
|
||||
|
|
Loading…
Reference in a new issue