diff --git a/cmd/gctsExecuteABAPQualityChecks.go b/cmd/gctsExecuteABAPQualityChecks.go index 30d190655..c03993d44 100644 --- a/cmd/gctsExecuteABAPQualityChecks.go +++ b/cmd/gctsExecuteABAPQualityChecks.go @@ -1900,7 +1900,7 @@ type repository struct { CreatedBy string `json:"createdBy"` CreatedDate string `json:"createdDate"` Config []repoConfig `json:"config"` - Objects int `json:"objects"` + Objects any `json:"objects"` CurrentCommit string `json:"currentCommit"` }