fix warning mesage

This commit is contained in:
yuli
2024-12-06 07:43:31 +02:00
parent 468385fd4f
commit a385b60119

View File

@@ -352,6 +352,7 @@ func (e mainEnv) getUserAgreement(w http.ResponseWriter, r *http.Request, ps htt
}
if exists == false {
returnError(w, r, "not found", 404, nil, event)
return
}
userTOKEN := ""
if mode == "token" {