mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 10:06:00 +00:00
code cleanup
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
class ElectronApi {
|
||||
// public port?: number;
|
||||
// public authorization?: string;
|
||||
private ipcRenderer = getIpcRenderer();
|
||||
|
||||
constructor() {
|
||||
// this.port = args.port;
|
||||
// this.authorization = args.authorization;
|
||||
}
|
||||
|
||||
send(msg, args = null) {
|
||||
|
||||
Reference in New Issue
Block a user