Files
enm-cli/lib/components/TopologyBrowser/commands/home.js
Vyacheslav.Sviridov 1fb7a6f81b first commit
2022-05-13 18:13:36 +06:00

9 lines
174 B
JavaScript

function home() {
this.nextPoId = this.poIds.shift()
this.poIds.length = 0
this.nextVariants = async (input) => await this.nextObjects(input)
}
module.exports = home