removing node-fetch import

pull/73/head
Huda Joad 2023-11-24 18:03:02 +03:00
rodzic 29a2116293
commit ced286735a
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 = require('node-fetch').default;
// const fetch = require('node-fetch').default;
// Placeholder function to fetch content from URL using a web scraping service
async function fetchContentFromURL(url) {