error=false

This commit is contained in:
Dot-Rar 2020-04-15 22:48:06 +01:00
parent f232e21db4
commit 5ad1cacee7

View File

@ -103,8 +103,8 @@ func TicketViewHandler(ctx *gin.Context) {
"csrf": store.Get("csrf").(string),
"avatar": store.Get("avatar").(string),
"baseUrl": config.Conf.Server.BaseUrl,
"isError": err != nil,
"error": err.Error(),
"isError": false,
"error": "",
"messages": messagesFormatted,
"ticketId": ticket.TicketId,
"uuid": ticket.Uuid,