Skip to content

Commit 62ee538

Browse files
committed
Update App.ts
1 parent c000ff0 commit 62ee538

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/structures/App.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ 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";
1217

1318
class App {
1419
private config: any;
@@ -35,6 +40,7 @@ class App {
3540
private connect: any;
3641

3742
constructor() {
43+
// super();
3844
this.config = config;
3945
this.express = express;
4046
this.routes = new Map();
@@ -217,4 +223,4 @@ class App {
217223
}
218224
}
219225

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

0 commit comments

Comments
 (0)