Skip to content

Commit a1548cf

Browse files
committed
Fix lcg assignment when there is no ip country
1 parent 58b0192 commit a1548cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Services/LCGNodeProvisioner/LCGNodeProvisioner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public LCGNodeProvisioner(IRedisConnectionProvider redisConnectionProvider, IWeb
3838
if (countryCode.IsUnknown())
3939
{
4040
_logger.LogInformation("Country code is unknown, getting optimal node without geo location information");
41-
return await GetOptimalNodeAsync(_environmentName);
41+
return await GetOptimalNodeAsync();
4242
}
4343

4444
var nodes = await _lcgNodes

0 commit comments

Comments
 (0)