We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3dcd7 commit bccdd88Copy full SHA for bccdd88
1 file changed
src/shutdown_manager.ts
@@ -51,7 +51,7 @@ export default class ShutdownManager {
51
pipeline.get(key);
52
});
53
const instances = await pipeline.exec();
54
- return instances.map((instance: any) => {
+ return instances.map((instance: string[]) => {
55
return instance[1] == 'shutdown';
56
57
}
@@ -82,7 +82,7 @@ export default class ShutdownManager {
82
83
84
85
86
return instance[1] == 'isScaleDownProtected';
87
88
0 commit comments