提交 13eb718c 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

style lint

上级 cf96ad1b
......@@ -25,8 +25,8 @@
*
* @author: Gcaufy
*/
const fs = require('fs');
const path = require('path');
const fs = require('fs');
const path = require('path');
const { Wechaty } = require('wechaty');
const isProd = process.env.NODE_ENV === 'production';
......@@ -34,7 +34,6 @@ const bot = Wechaty.instance();
const EVENT_LIST = ['scan', 'logout', 'login', 'friend', 'room-join', 'room-leave', 'room-topic', 'message', 'heartbeat', 'error'];
// Load lisenter
const loadListener = (evt) => {
let fn;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册