diff --git a/src/errors/RunnerGroupErrors.ts b/src/errors/RunnerGroupErrors.ts index ed9624c..524ec87 100644 --- a/src/errors/RunnerGroupErrors.ts +++ b/src/errors/RunnerGroupErrors.ts @@ -3,7 +3,6 @@ import { NotFoundError } from 'routing-controllers'; /** * Error to throw when a runner group couldn't be found. - * Implemented this ways to work with the json-schema conversion for openapi. */ export class RunnerGroupNotFoundError extends NotFoundError { @IsString()