removing node-fetch import

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