Skip to content

Commit

Permalink
fix:issue polarismesh#692
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun committed Sep 23, 2022
1 parent 40a2eb1 commit 805dace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion namespace/namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func (s *Server) DeleteNamespace(ctx context.Context, req *api.Namespace) *api.R
}
if total != 0 {
log.Error("the removed namespace has remain config-group", zap.String("request-id", requestID))
return api.NewNamespaceResponse(api.NamespaceExistedServices, req)
return api.NewNamespaceResponse(api.NamespaceExistedConfigGroups, req)
}

// 存储层操作
Expand Down

0 comments on commit 805dace

Please sign in to comment.