()
| 581 | } |
| 582 | |
| 583 | async run() { |
| 584 | await this.ensureLogin(); |
| 585 | await this.queryPointInfo(); |
| 586 | await this.sign(); |
| 587 | for (const channel of TASK_CHANNELS) { |
| 588 | await this.runTaskChannel(channel); |
| 589 | } |
| 590 | await this.tryUpgradeAwards(); |
| 591 | await this.queryPointInfo(); |
| 592 | this.saveCache(); |
| 593 | } |
| 594 | } |
| 595 | |
| 596 | !(async () => { |
no test coverage detected