Skip to content
Snippets Groups Projects
Commit 273d1165 authored by timothycarambat's avatar timothycarambat
Browse files

linting

parent 57f4f46a
No related branches found
No related tags found
No related merge requests found
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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment