Files
enm-cli/lib/applications/TopologyBrowser/commands/home.js
Vyacheslav.Sviridov fc41ae955f first alpha
2022-06-09 20:52:09 +06:00

10 lines
222 B
JavaScript
Executable File

function home() {
this.fdn = this.fdn.split(',', 1)[0]
this.nextPoId = this.poIds.shift()
this.poIds.length = 0
this.nextVariants = async (input) => await this.nextObjects(input)
}
module.exports = home