From 05b3d96789306e28b809d7f271594c7c03e0d458 Mon Sep 17 00:00:00 2001 From: andreas-unleash <104830839+andreas-unleash@users.noreply.github.com> Date: Tue, 9 Aug 2022 18:02:09 +0300 Subject: [PATCH] added comment to playground model file --- .../playground/Playground/interfaces/playground.model.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/component/playground/Playground/interfaces/playground.model.ts b/src/component/playground/Playground/interfaces/playground.model.ts index f4ff53d276..32bdd40b0e 100644 --- a/src/component/playground/Playground/interfaces/playground.model.ts +++ b/src/component/playground/Playground/interfaces/playground.model.ts @@ -7,7 +7,6 @@ * https://github.com/OpenAPITools/openapi-generator/issues/12256 */ - import { VariantSchema } from 'openapi'; import { Operator } from 'constants/operators';