mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-05 15:03:12 +00:00
Fixes the fix of the failure for container-recipes with no exposed ports.
This commit is contained in:
parent
346a63abaa
commit
7c4a2ea12c
@ -20,7 +20,7 @@
|
||||
|
||||
public Port[] GetServicePortsForContainerRecipe(ContainerRecipe containerRecipe)
|
||||
{
|
||||
if (servicePortMap.ContainsKey(containerRecipe)) return Array.Empty<Port>();
|
||||
if (!servicePortMap.ContainsKey(containerRecipe)) return Array.Empty<Port>();
|
||||
return servicePortMap[containerRecipe];
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user