Skip to content

Commit a340db8

Browse files
committed
fix(deps): fix custom-response type warning
1 parent 02c043f commit a340db8

File tree

3 files changed

+518
-518
lines changed

3 files changed

+518
-518
lines changed

config/application.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import * as Koa from 'koa'
22
import * as kcors from 'kcors'
33
import * as bodyParser from 'koa-bodyparser'
44
import * as logger from 'koa-logger'
5-
import * as KoaCustomResponse from 'koa-custom-response'
5+
import { KoaCustomResponse } from 'koa-custom-response'
66
import { router } from './routers'
77
import { Environment } from './environments'
8-
import './connection'
8+
// import './connection'
99

1010
export const createServer = async(): Promise<any> => {
1111
const app = new Koa()

0 commit comments

Comments
 (0)