Skip to content

Commit

Permalink
fix warning mesage
Browse files Browse the repository at this point in the history
  • Loading branch information
stremovsky committed Dec 6, 2024
1 parent 468385f commit a385b60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/agreements_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit a385b60

Please sign in to comment.