changed format of import

pull/73/head
Huda Joad 2023-11-23 19:35:51 +03:00
rodzic eb2fcf4854
commit 01017326a9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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