From ef4d42ec301f586560b2a195d23a091acb8d06e9 Mon Sep 17 00:00:00 2001 From: Aramis Sennyey Date: Thu, 19 Jan 2023 18:51:12 -0500 Subject: [PATCH] Testing Signed-off-by: Aramis Sennyey --- plugins/openapi-router-common/src/router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/openapi-router-common/src/router.ts b/plugins/openapi-router-common/src/router.ts index c7940cdbd0..740dc8dc03 100644 --- a/plugins/openapi-router-common/src/router.ts +++ b/plugins/openapi-router-common/src/router.ts @@ -340,7 +340,7 @@ export default class ApiRouter< ...handlers: core.RequestHandler< core.ParamsDictionary, any, - FieldPathValue, 'get'>, + FieldPathValue, ParsedQs, Record >[]