mirror of
https://github.com/outbackdingo/databunker.git
synced 2026-01-27 10:18:45 +00:00
fix warning mesage
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user