Преглед изворни кода

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);