Commit 2af272c5 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 32d39693
...@@ -104,7 +104,7 @@ cronRemover.schedule(' */1 * * * *', () => { ...@@ -104,7 +104,7 @@ cronRemover.schedule(' */1 * * * *', () => {
init() init()
}); });
init()
async function init() { async function init() {
await initToken() await initToken()
postRequest() postRequest()
...@@ -131,10 +131,7 @@ async function checkIps() { ...@@ -131,10 +131,7 @@ async function checkIps() {
case 1: case 1:
break break
} }
if (ip === ips[i].ip) {
await this.delFloatingIp(ips[i].id)
}
} }
......
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