From e2b713789f0b222c750fd070e1a584177b803246 Mon Sep 17 00:00:00 2001 From: saurabh chauhan Date: Sat, 8 Jun 2024 10:18:26 +0300 Subject: [PATCH] response was twice --- packages/oats/src/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/oats/src/util.ts b/packages/oats/src/util.ts index 68064bb2..a054c0b6 100644 --- a/packages/oats/src/util.ts +++ b/packages/oats/src/util.ts @@ -42,7 +42,7 @@ export function errorTag(tag: string, fn: () => T): T { } } -type QueryTags = 'query' | 'parameters' | 'requestBody' | 'response' | 'response' | 'headers'; +type QueryTags = 'query' | 'parameters' | 'requestBody' | 'response' | 'headers'; export function endpointTypeName( op: oas.OperationObject, path: string,