diff --git a/server/handlers.go b/server/handlers.go index eb8ccb1d..66b4907e 100644 --- a/server/handlers.go +++ b/server/handlers.go @@ -40,7 +40,7 @@ type AnalysisResult struct { Repositories []Repository `json:"repositories"` RegistryDomain string `json:"registryDomain"` Name string `json:"name"` - LastUpdated string `json:lastUpdated` + LastUpdated string `json:"lastUpdated"` } func (rc *registryController) repositories(staticDir string) error {