Skip to content

Commit 493a027

Browse files
fix lint
1 parent 3e3e117 commit 493a027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reconfigure_manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default class ReconfigureManager {
5252
pipeline.get(key);
5353
});
5454
const instances = await pipeline.exec();
55-
return instances.map((instance: any) => {
55+
return instances.map((instance: string[]) => {
5656
return instance[1];
5757
});
5858
}

0 commit comments

Comments
 (0)