unused variable.
This commit is contained in:
		
							parent
							
								
									87606bab75
								
							
						
					
					
						commit
						24378c4b87
					
				@ -174,7 +174,6 @@ namespace PoweredSoft.DynamicQuery
 | 
			
		||||
                    Criteria.Aggregates.ForEach((a, ai) =>
 | 
			
		||||
                    {
 | 
			
		||||
                        var selectType = ResolveSelectFrom(a.Type);
 | 
			
		||||
                        var pathCleaned = a.Path?.Replace(".", "");
 | 
			
		||||
                        sb.Aggregate(a.Path, selectType, $"Agg_{ai}");
 | 
			
		||||
                    });
 | 
			
		||||
                });
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user