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 44f2de7 commit 78ef3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -411,3 +410,4 @@ watchFile(file, () => {
console.log(chalk.redBright('Update \'api.js\''));
import(`${file}?update=${Date.now()}`);
});

0 comments on commit 78ef3a6

Please sign in to comment.