Skip to content

Commit 68230f6

Browse files
Sbethmtiffanynchaujackyuan1CedarCooperDrewManley
committed
removed commands.tsx typescript errors
Co-authored-by: Sarah Moosa <[email protected]> Co-authored-by: Tiffany Chau <[email protected]> Co-authored-by: Jack Yuan <[email protected]> Co-authored-by: Cedar Cooper <[email protected]> Co-authored-by: Drew Manley <[email protected]>
1 parent 1a00ec5 commit 68230f6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/components/helper/commands.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/* The below ts-noCheck comment was made because this file has not yet been completely converted to Typescript.
2+
The below comment removes all Typescript errors. Please remove this line of code to see what needs to be configured for Typescript compliance
3+
*/
4+
// @ts-noCheck
5+
16
import parseContainerFormat from './parseContainerFormat';
27
import {
38
filterOneProperty,
@@ -246,7 +251,7 @@ export const runIm = (container, runningList, callback_1, callback_2) => {
246251
console.log(`runIm stderr: ${stderr}`);
247252
return;
248253
}
249-
);
254+
});
250255
callback_1(runningList, callback_2);
251256
alert('Running container');
252257
};

0 commit comments

Comments
 (0)