Return the created env on create req
This commit is contained in:
		@@ -64,7 +64,10 @@ func (e *EnvironmentsServer) Create(ctx context.Context, in *proto.CreateOptions
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return nil, err
 | 
			
		||||
	}
 | 
			
		||||
	return nil, nil
 | 
			
		||||
	return &proto.EnvironmentFull{
 | 
			
		||||
		Metadata: in.GetMetadata(),
 | 
			
		||||
		Spec:     in.GetSpec(),
 | 
			
		||||
	}, nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (e *EnvironmentsServer) Update(ctx context.Context, in *proto.UpdateOptions) (*proto.EnvironmentFull, error) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user