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

git pu

parent 4e9ff5b7
let fs = require('fs') let fs = require('fs')
let _ = require('lodash') let _ = require('lodash')
let moment = require('moment-timezone') let moment = require('moment-timezone')
let maxLevel=15
run() run()
async function run() { async function run() {
...@@ -16,7 +17,7 @@ async function run() { ...@@ -16,7 +17,7 @@ async function run() {
for (let j = 0; j < config.length; j++) { 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]) types.push(config[j].type.split('targetPercentage:false')[1])
} }
......
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