Skip to content

Commit c000ff0

Browse files
committed
Update App.ts
1 parent 2e8f2a7 commit c000ff0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/structures/App.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ import userDataDb from "../schema/userData";
99
import cors from "cors";
1010
import getUserData from "../utils/getuserData.js";
1111
import Logger from "../utils/logger";
12-
// import * as CircularJSON from "circular-json";
13-
// import * as dayjs from "dayjs";
14-
// import { EventEmitter } from "ws";
15-
// import { v4 as uuidv4 } from "uuid";
16-
// import { CompressionTypes, Partitioners } from "kafkajs";
1712

1813
class App {
1914
private config: any;
@@ -40,7 +35,6 @@ class App {
4035
private connect: any;
4136

4237
constructor() {
43-
// super();
4438
this.config = config;
4539
this.express = express;
4640
this.routes = new Map();
@@ -223,4 +217,4 @@ class App {
223217
}
224218
}
225219

226-
export = App;
220+
export = App;

0 commit comments

Comments
 (0)