Try using ids
This commit is contained in:
		@@ -235,7 +235,7 @@ func (env *Environemnt) ListEnvs(ctx context.Context) ([]*Environemnt, error) {
 | 
			
		||||
	for _, cm := range configmaps.Items {
 | 
			
		||||
		i := &Environemnt{}
 | 
			
		||||
		data := &EnvironemntData{
 | 
			
		||||
			Name: cm.GetName(),
 | 
			
		||||
			UUID: cm.GetName(),
 | 
			
		||||
		}
 | 
			
		||||
		i.Token = env.Token
 | 
			
		||||
		i.UserID = env.UserID
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user