style: syntax error

This commit is contained in:
linyuchen 2024-02-04 10:34:57 +08:00
parent ce25c9752f
commit b830cfbfa0
2 changed files with 0 additions and 4 deletions

View File

@ -187,7 +187,6 @@ export interface Config {
debug?: boolean
reportSelfMessage?: boolean
log?: boolean
reportSelfMessage?: boolean
}
export interface SendMsgResult {

View File

@ -1,7 +1,5 @@
/// <reference path="./global.d.ts" />
// import express from "express";
// const { ipcRenderer } = require('electron');
import {
AtType,
ChatType,
@ -13,7 +11,6 @@ import {
SendMsgResult,
User
} from "./common/types";
import {checkFileReceived} from "./main/utils";
let self_qq: string = ""
let groups: Group[] = []