File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import amqp from "amqplib";
77import jwt from "jsonwebtoken" ;
88import userDataDb from "../schema/userData" ;
99import cors from "cors" ;
10- import getUserData from "../utils/getuserData.js" ;
1110import Logger from "../utils/logger" ;
1211// import * as CircularJSON from "circular-json";
1312// import * as dayjs from "dayjs";
@@ -23,7 +22,6 @@ class App {
2322 private mongoose : any ;
2423 private fileCache : Map < string , any > ;
2524 private linkCache : Map < string , any > ;
26- private getUserData : any ;
2725 private parseURL : any ;
2826 private jwt : any ;
2927 private ipport : any ;
@@ -48,7 +46,6 @@ class App {
4846 this . mongoose = mongoose ;
4947 this . fileCache = new Map ( ) ;
5048 this . linkCache = new Map ( ) ;
51- this . getUserData = getUserData ;
5249 this . mongoose . Promise = global . Promise ;
5350
5451 this . mongoose . connection . on ( "connected" , ( ) => {
You can’t perform that action at this time.
0 commit comments