We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3e117 commit 493a027Copy full SHA for 493a027
src/reconfigure_manager.ts
@@ -52,7 +52,7 @@ export default class ReconfigureManager {
52
pipeline.get(key);
53
});
54
const instances = await pipeline.exec();
55
- return instances.map((instance: any) => {
+ return instances.map((instance: string[]) => {
56
return instance[1];
57
58
}
0 commit comments