Skip to content

Commit 0fd51bc

Browse files
committed
cron, email sender, pm2 daemon manager added
1 parent 0526c21 commit 0fd51bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googleWebScrapers/googleJobScraper/googleJobScraper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const getJobsData = async () => {
7575
const file_Path = `${LOCAL_PATH}/`;
7676

7777
// sanitize file name
78-
const full_FileName = file_Path + file_Name.replace(/:/g, "-");
78+
const full_FileName = file_Path + file_Name.replace(/:/g, ".");
7979

8080
console.log("FULL FILE NAME: ", full_FileName);
8181

0 commit comments

Comments
 (0)