Bug in Suchfunktion behoben

This commit is contained in:
2023-11-01 08:11:37 +01:00
parent ba53bba0f6
commit 6404792946
3 changed files with 10 additions and 6 deletions

View File

@ -46,7 +46,6 @@ func HandleInternalLogin(db *data.DB, ss *[]*Session, cs chan<- *Session) http.H
func (s *Session) HandleSearch(db *data.DB) http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {
log.Println("hier")
var err error
data := tableHTMLData{}