adding node-fetch back in

pull/73/head
Huda Joad 2023-11-24 18:08:28 +03:00
rodzic 4b9ea1b124
commit 2a8de7a16e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
const https = require('https'); // Import for webscraping (fetchContentFromURL(url) function
// const axios = require('axios');
// const fetch = request('node-fetch').default;
const fetch = request('node-fetch').default;
// Placeholder function to fetch content from URL using a web scraping service
async function fetchContentFromURL(url) {