(scraperName: string)
| 580 | } |
| 581 | |
| 582 | getDefaultSort(scraperName: string): string { |
| 583 | return this.scrapers[scraperName].default_sort; |
| 584 | } |
| 585 | |
| 586 | getSortIds(scraperName: string): string[] { |
| 587 | return this.getSorts(scraperName).map((s) => s.id); |
no outgoing calls
no test coverage detected