()
| 175 | } |
| 176 | |
| 177 | malToKiss() { |
| 178 | con.log('malToKiss'); |
| 179 | |
| 180 | const title = this.getTitle(); |
| 181 | |
| 182 | activeLinks(this.page!.type, this.page!.malid, title).then(links => { |
| 183 | this.malkiss.links = links; |
| 184 | }); |
| 185 | } |
| 186 | |
| 187 | async pageRelation() { |
| 188 | await this.page.malObj.fillRelations(); |
no test coverage detected