mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-01-10 18:06:27 +02:00
remove discriminator from session
This commit is contained in:
parent
3403014812
commit
8cdb9dea30
@ -19,7 +19,6 @@ module.exports.get = () => ({
|
||||
const token = this.jwt.sign({
|
||||
accessToken: data.access_token,
|
||||
avatar: user.avatar,
|
||||
discriminator: user.discriminator,
|
||||
expiresAt: Date.now() + (data.expires_in * 1000),
|
||||
id: user.id,
|
||||
locale: user.locale,
|
||||
|
Loading…
Reference in New Issue
Block a user