Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchen-db committed Oct 12, 2024
1 parent f7e1173 commit e5703d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/server/http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ func RegisterDownscale[K comparable, V any](s *Server, m map[K]V, t *int64) {
}{Timestamp: *t})
} else {
*t = time.Now().Unix()
w.WriteHeader(http.StatusForbidden)
}
}))
}
Expand Down

0 comments on commit e5703d8

Please sign in to comment.