File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ import userDataDb from "../schema/userData";
99import cors from "cors" ;
1010import getUserData from "../utils/getuserData.js" ;
1111import 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
1318class 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 ;
You can’t perform that action at this time.
0 commit comments