From 78ef3a6548e1f4e7c357e9f1adb85289298459e1 Mon Sep 17 00:00:00 2001 From: KHALID OFFICIAL <113862545+Khalid-official@users.noreply.github.com> Date: Mon, 12 Aug 2024 02:46:50 +0300 Subject: [PATCH] Update api.js --- api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.js b/api.js index db124fd..e26f4a7 100644 --- a/api.js +++ b/api.js @@ -2,7 +2,6 @@ import {watchFile, unwatchFile} from 'fs'; import chalk from 'chalk'; import {fileURLToPath} from 'url'; import fs from 'fs'; -import cheerio from 'cheerio'; import fetch from 'node-fetch'; import axios from 'axios'; import moment from 'moment-timezone'; @@ -411,3 +410,4 @@ watchFile(file, () => { console.log(chalk.redBright('Update \'api.js\'')); import(`${file}?update=${Date.now()}`); }); +