Skip to content

Commit 5bc8cc2

Browse files
committed
Update App.ts
1 parent 374927c commit 5bc8cc2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/structures/App.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import amqp from "amqplib";
77
import jwt from "jsonwebtoken";
88
import userDataDb from "../schema/userData";
99
import cors from "cors";
10-
import getUserData from "../utils/getuserData.js";
1110
import 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", () => {

0 commit comments

Comments
 (0)