Fix linter errors

This commit is contained in:
2023-10-03 17:48:40 -05:00
parent 381c6d4e14
commit 64b493eaf2
3 changed files with 33 additions and 5 deletions

View File

@@ -16,7 +16,15 @@ import { showBoxScraper } from './sources/showbox';
export function gatherAllSources(): Array<Sourcerer> {
// all sources are gathered here
return [flixhqScraper, remotestreamScraper, kissAsianScraper, superStreamScraper, goMoviesScraper, zoechipScraper, showBoxScraper];
return [
flixhqScraper,
remotestreamScraper,
kissAsianScraper,
superStreamScraper,
goMoviesScraper,
zoechipScraper,
showBoxScraper,
];
}
export function gatherAllEmbeds(): Array<Embed> {