Skip to content

Commit 4e92dce

Browse files
committed
create module in local cluster
1 parent 3926135 commit 4e92dce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cyclops-ctrl/internal/controller/modules.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ func (m *Modules) CreateModule(ctx *gin.Context) {
319319
fmt.Println(err)
320320
ctx.JSON(http.StatusInternalServerError, dto.NewError("Error pushing to git", err.Error()))
321321
}
322-
return
323322
}
324323

325324
err = m.kubernetesClient.CreateModule(module)

0 commit comments

Comments
 (0)