Update scrapper.js
Browse files- scrapper.js +1 -1
scrapper.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import axios from 'axios';
|
2 |
-
import cheerio from 'cheerio';
|
3 |
|
4 |
const {GptModelOld} = require('./models');
|
5 |
|
|
|
1 |
import axios from 'axios';
|
2 |
+
import * as cheerio from 'cheerio';
|
3 |
|
4 |
const {GptModelOld} = require('./models');
|
5 |
|