Skip to content

Commit

Permalink
Merge pull request #190 from openinfradev/add_cluster_type
Browse files Browse the repository at this point in the history
bugfix. remove test code
  • Loading branch information
cho4036 authored Nov 1, 2023
2 parents 883696a + eb2d8fc commit 8b196e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/delivery/http/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ func (h *ClusterHandler) ImportCluster(w http.ResponseWriter, r *http.Request) {
dto.Conf.SetDefault()
log.InfoWithContext(r.Context(), dto.Conf)

dto.CloudService = "AWS"
dto.CloudAccountId = uuid.Nil
clusterId, err := h.usecase.Import(r.Context(), dto)
if err != nil {
Expand Down

0 comments on commit 8b196e9

Please sign in to comment.