Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vimystic committed Feb 4, 2025
1 parent d28e98a commit e0b9a61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/fullnode/service_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ func BuildServices(crd *cosmosv1.CosmosFullNode) []diff.Resource[*corev1.Service
totalServices = (crd.Spec.Replicas * 2) + 1
}

//replace anonymous function above with if else instead

svcs := make([]diff.Resource[*corev1.Service], 0, totalServices)

startOrdinal := crd.Spec.Ordinals.Start
Expand Down

0 comments on commit e0b9a61

Please sign in to comment.