Commit 27226134 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 4ee9124f
Pipeline #30 failed with stages
......@@ -161,14 +161,7 @@ function postFloatingIps(data) {
});
}
async function remover() {
let work = await getWork()
if (work === 'true')
return true
let ip = await getIp()
await het.removeByIp(ip)
}
function getWork() {
......
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