(scraperName: string)
| 584 | } |
| 585 | |
| 586 | getSortIds(scraperName: string): string[] { |
| 587 | return this.getSorts(scraperName).map((s) => s.id); |
| 588 | } |
| 589 | |
| 590 | getViewIds(scraperName: string): string[] { |
| 591 | return this.getViews(scraperName).map((v) => v.id); |
no test coverage detected