Skip to content

Commit

Permalink
Update api.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Khalid-official authored Aug 11, 2024
1 parent 783589e commit 883ed47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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';
Expand Down Expand Up @@ -410,4 +411,4 @@ watchFile(file, () => {
console.log(chalk.redBright('Update \'api.js\''));
import(`${file}?update=${Date.now()}`);
});

0 comments on commit 883ed47

Please sign in to comment.