Skip to content

Commit

Permalink
patch qs type error (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
supertong authored Aug 3, 2020
1 parent 7be8283 commit e384d03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-cheetahs-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"koa-oas3": patch
---

Patch qs type error
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
@@ -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 {
/**
Expand Down

0 comments on commit e384d03

Please sign in to comment.