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 bb1a722 commit bae39e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/models/User.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const uuidv4 = require('uuid').v4
const sequelize = require('sequelize')
const Logger = require('../Logger')
const oldUser = require('../objects/user/User')
const SocketAuthority = require('../SocketAuthority')
const { isNullOrNaN } = require('../utils')

Expand Down

0 comments on commit bae39e3

Please sign in to comment.