I am trying to import this
db.ranks.save({
"rankid": "Owner",
"displayName": "Owner",
"generalWeight": 1,
"displayWeight": 1,
"gameColor": "§7",
"gamePrefix": "prefix",
"staffRank": false,
"grantRequiresTotp": false,
"queueMessage": "a"
})
and i get this error
2021-01-23T01:52:31.994+0000 E QUERY [thread1] [/mongo/rank.js:4:4] SyntaxError: missing } after property list
Stack trace:
@(shell):1:1
2021-01-23T01:52:31.994+0000 E QUERY [thread1] Error: error loading js file: /mongo/rank.js @(shell):1:1
please help (i am new to mongo)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…