Skip to content

Commit

Permalink
Remove oldUser object require
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Aug 19, 2024
1 parent bae39e3 commit 26d2c5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/controllers/UserController.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ const Logger = require('../Logger')
const SocketAuthority = require('../SocketAuthority')
const Database = require('../Database')

const User = require('../objects/user/User')

const { toNumber } = require('../utils/index')

/**
Expand Down

0 comments on commit 26d2c5a

Please sign in to comment.