fix: fix mapping ipv6-based port mappings

This commit is contained in:
Paweł Niedzielski 2021-05-10 23:07:30 +02:00 committed by Alexander Zeitler
parent 8aa846553c
commit dbdb9008f2

View file

@ -489,5 +489,3 @@ export const version = async function (
return Promise.reject(error)
}
}
export { mapPorts }