Skip to content

Commit

Permalink
Update App.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwaves-ofc committed Jan 2, 2024
1 parent 374927c commit 5bc8cc2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/structures/App.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import amqp from "amqplib";
import jwt from "jsonwebtoken";
import userDataDb from "../schema/userData";
import cors from "cors";
import getUserData from "../utils/getuserData.js";
import Logger from "../utils/logger";
// import * as CircularJSON from "circular-json";
// import * as dayjs from "dayjs";
Expand All @@ -23,7 +22,6 @@ class App {
private mongoose: any;
private fileCache: Map<string, any>;
private linkCache: Map<string, any>;
private getUserData: any;
private parseURL: any;
private jwt: any;
private ipport: any;
Expand All @@ -48,7 +46,6 @@ class App {
this.mongoose = mongoose;
this.fileCache = new Map();
this.linkCache = new Map();
this.getUserData = getUserData;
this.mongoose.Promise = global.Promise;

this.mongoose.connection.on("connected", () => {
Expand Down

0 comments on commit 5bc8cc2

Please sign in to comment.