mirror of
https://github.com/caprover/caprover
synced 2025-10-30 18:07:25 +00:00
Removed TODO
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user