From e384d032cfdab557a545ee8bbcd7f2bbf9b006af Mon Sep 17 00:00:00 2001 From: Tong Li Date: Mon, 3 Aug 2020 15:45:10 +1000 Subject: [PATCH] patch qs type error (#45) --- .changeset/ninety-cheetahs-heal.md | 5 +++++ src/config.ts | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/ninety-cheetahs-heal.md diff --git a/.changeset/ninety-cheetahs-heal.md b/.changeset/ninety-cheetahs-heal.md new file mode 100644 index 0000000..258ea08 --- /dev/null +++ b/.changeset/ninety-cheetahs-heal.md @@ -0,0 +1,5 @@ +--- +"koa-oas3": patch +--- + +Patch qs type error diff --git a/src/config.ts b/src/config.ts index d270737..a804d6f 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,6 +1,7 @@ import { ChowError, ChowOptions } from 'oas3-chow-chow'; import * as bodyParser from 'koa-bodyparser'; import { Context, Middleware } from 'koa'; +import * as qs from 'qs'; export interface Config { /**