fixxed missing imports and commented out a non-implemented function call

ref #11
This commit is contained in:
2020-12-01 18:48:28 +01:00
parent f7beebce3f
commit 79eecbb329
3 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ import {
IsOptional,
IsPositive,
} from "class-validator";
import { Runner } from "./Runner";
/**
* Defines the scan interface.