You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Common/Services/LCGNodeProvisioner/LCGNodeProvisioner.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ public LCGNodeProvisioner(IRedisConnectionProvider redisConnectionProvider, IWeb
43
43
44
44
varnodes=await_lcgNodes
45
45
.Where(x =>x.Environment==_environmentName)
46
-
.ToArrayAsync();
46
+
.ToListAsync();
47
47
48
48
varnode=nodes
49
49
.OrderBy(x =>DistanceLookup.TryGetDistanceBetween(x.Country,countryCode,outfloatdistance)?distance:Distance.DistanceToAndromedaGalaxyInKm)// Just a large number :3
0 commit comments