fix
This commit is contained in:
parent
669be27e0a
commit
7f88233f28
|
@ -21,12 +21,12 @@ func (w *wsConnectItem) renderErrResponse(renderId, requestId, templateTag, task
|
|||
if taskId != "" {
|
||||
data["task_id"] = taskId
|
||||
}
|
||||
/*if userId >= 0 {
|
||||
if userId >= 0 {
|
||||
data["user_id"] = userId
|
||||
}
|
||||
if guestId >= 0 {
|
||||
data["guest_id"] = guestId
|
||||
}*/
|
||||
}
|
||||
if templateId > 0 {
|
||||
data["template_id"] = templateId
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user