backend-common: remove useless ts ignore

Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
Himanshu Mishra
2021-03-05 10:20:38 +01:00
parent a37a4d1a4c
commit e67d055dc2
@@ -71,7 +71,6 @@ export const runDockerContainer = async ({
});
const userOptions: UserOptions = {};
// @ts-ignore
if (process.getuid && process.getgid) {
// Files that are created inside the Docker container will be owned by
// root on the host system on non Mac systems, because of reasons. Mainly the fact that