From 82ced34750222f733e30ab42fa6cabe00c6dbba0 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sun, 20 Dec 2020 18:45:33 +0100 Subject: [PATCH] Fixed messages and comments for RunnerGroupErrors ref #39 --- src/errors/RunnerGroupErrors.ts | 1 - 1 file changed, 1 deletion(-) 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()