This commit is contained in:
SeungJu Lim 2024-02-12 16:59:51 +09:00
parent 20298eee1a
commit 175522f96c
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ import moment from 'moment';
import puppeteer from 'puppeteer'; import puppeteer from 'puppeteer';
import TelegramBot from 'node-telegram-bot-api'; import TelegramBot from 'node-telegram-bot-api';
import _ from 'lodash'; import _ from 'lodash';
import * as util from './commonUtil.js'; import * as util from './src/utils/commonUtil.js';
import * as crypto from './cryptoUtil.js'; import * as crypto from './src/utils/cryptoUtil.js';
dotenv.config(); dotenv.config();
const COOKIE = process.env.COOKIE; const COOKIE = process.env.COOKIE;