From 1d354bc44476429faedcb02337ac1c5777f03d41 Mon Sep 17 00:00:00 2001 From: NemesisX1 Date: Wed, 18 Oct 2023 10:40:41 +0100 Subject: [PATCH] (chores) typos --- src/services/scapping/scrapping.servive.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/scapping/scrapping.servive.ts b/src/services/scapping/scrapping.servive.ts index 0ea217d..659c193 100644 --- a/src/services/scapping/scrapping.servive.ts +++ b/src/services/scapping/scrapping.servive.ts @@ -15,7 +15,7 @@ export default class ScrappingService implements BaseService { /** * getTheatersNames */ - /// TODO: rewrite this one by fetching theaters list directly from https://www.xml-sitemaps.com/download/www.canalolympia.com-52d54e4ae/sitemap.xml?view=1 + // TODO: rewrite this one by fetching theaters list directly from https://www.xml-sitemaps.com/download/www.canalolympia.com-52d54e4ae/sitemap.xml?view=1 public theatersNames(): string[] { const names: string[] = [];