Skip to content

Commit

Permalink
internal/civisibility: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyredondo committed Oct 15, 2024
1 parent 0d6c9f0 commit 9f371ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/civisibility/integrations/civisibility_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@ func GetFlakyRetriesSettings() *FlakyRetriesSetting {
}

func uploadRepositoryChanges() (bytes int64, err error) {
// call to ensure the additional features initialization is completed (service name can be null here)
ensureAdditionalFeaturesInitialization("")

// get the search commits response
initialCommitData, err := getSearchCommits()
if err != nil {
Expand Down

0 comments on commit 9f371ec

Please sign in to comment.