From 175522f96c4ec2260449e6b0c71981a6b19fb48c Mon Sep 17 00:00:00 2001 From: space2lim Date: Mon, 12 Feb 2024 16:59:51 +0900 Subject: [PATCH] init --- cgvAjax.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgvAjax.js b/cgvAjax.js index 41174cb..9d09967 100644 --- a/cgvAjax.js +++ b/cgvAjax.js @@ -5,8 +5,8 @@ import moment from 'moment'; import puppeteer from 'puppeteer'; import TelegramBot from 'node-telegram-bot-api'; import _ from 'lodash'; -import * as util from './commonUtil.js'; -import * as crypto from './cryptoUtil.js'; +import * as util from './src/utils/commonUtil.js'; +import * as crypto from './src/utils/cryptoUtil.js'; dotenv.config(); const COOKIE = process.env.COOKIE;