From e0e93fa0a562936f251da72cb27166fa4197216a Mon Sep 17 00:00:00 2001 From: Laura Trotta Date: Thu, 6 Jun 2024 18:07:25 +0200 Subject: [PATCH] linter --- compiler/src/transform/schema-to-openapi.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/src/transform/schema-to-openapi.ts b/compiler/src/transform/schema-to-openapi.ts index bb39180e3b..0f3dae3e72 100644 --- a/compiler/src/transform/schema-to-openapi.ts +++ b/compiler/src/transform/schema-to-openapi.ts @@ -41,7 +41,7 @@ writeFileSync( ) writeFileSync( - outputPathStack, - outputStack, - 'utf8' + outputPathStack, + outputStack, + 'utf8' )