linting
This commit is contained in:
parent
57f4f46a39
commit
273d116586
@ -1,14 +1,14 @@
|
||||
const MODELS = {
|
||||
"sonar-pro": {
|
||||
"id": "sonar-pro",
|
||||
"name": "sonar-pro",
|
||||
"maxLength": 200000
|
||||
id: "sonar-pro",
|
||||
name: "sonar-pro",
|
||||
maxLength: 200000,
|
||||
},
|
||||
sonar: {
|
||||
id: "sonar",
|
||||
name: "sonar",
|
||||
maxLength: 127072,
|
||||
},
|
||||
"sonar": {
|
||||
"id": "sonar",
|
||||
"name": "sonar",
|
||||
"maxLength": 127072
|
||||
}
|
||||
};
|
||||
|
||||
module.exports.MODELS = MODELS;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user