File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,6 @@ 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";
1712
1813class 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 ;
You can’t perform that action at this time.
0 commit comments