Don't base64 decode username
This commit is contained in:
parent
147ab1a218
commit
5fde1d24b7
@ -92,7 +92,7 @@ func TicketListHandler(ctx *gin.Context) {
|
||||
ticketsFormatted = append(ticketsFormatted, map[string]interface{}{
|
||||
"uuid": ticket.Uuid,
|
||||
"ticketId": ticket.TicketId,
|
||||
"username": utils.Base64Decode(nodes[ticket.Owner].Name),
|
||||
"username": nodes[ticket.Owner].Name,
|
||||
"discrim": nodes[ticket.Owner].Discriminator,
|
||||
"members": membersFormatted,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user