Преглед на файлове

fixing gramar theclinic scraper

Pablo Yaksic преди 7 месеца
родител
ревизия
c1727b6432
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/portales/theclinic/handler.ts

+ 1 - 1
src/portales/theclinic/handler.ts

@@ -57,7 +57,7 @@ export const handler: Handler = async (event, context) => {
       await redisClient.store(article.link, date, { EX: 60 * 60 * 24 }); // EX: 24 hrs expiration
       totalPublished++
     }
-    console.log(`Publicated ${totalPublished} new articles`);
+    console.log(`Published ${totalPublished} new articles`);
   } catch (err: any) {
     console.log('An error has occurred\n')
     console.error(err.message);