Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
berlintay authored Aug 10, 2024
1 parent 700eca5 commit 5188776
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/scrape.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ const fetchAndAppendData = async () => {
console.log('Data fetched and appended successfully.');
} catch (error) {
console.error('Error fetching or appending data:', error);
process.exit(1);

};
process.exit(1)
}

0 comments on commit 5188776

Please sign in to comment.