Commit 2021f4dc authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 4e9ff5b7
let fs = require('fs')
let _ = require('lodash')
let moment = require('moment-timezone')
let maxLevel=15
run()
async function run() {
......@@ -16,11 +17,11 @@ async function run() {
for (let j = 0; j < config.length; j++) {
if (config[j].maxLevel >= 15)
if (config[j].maxLevel >= maxLevel)
types.push(config[j].type.split('targetPercentage:false')[1])
}
}
let uniqType = _.uniq(types);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment