Removed TODO

This commit is contained in:
Kasra Bigdeli
2019-08-03 20:59:14 -04:00
parent 6fa7e863e9
commit 6c133f0b87

View File

@@ -1514,9 +1514,8 @@ class DockerApi {
const self = this
return Promise.resolve() //
.then(function() {
// TODO REMOVE any once dockerode definition is fixed.
// https://github.com/DefinitelyTyped/DefinitelyTyped/pull/32508
return (self.dockerode.getService(serviceName) as any) //
return self.dockerode
.getService(serviceName) //
.logs({
tail: tailCount,
follow: false,