Skip to content

Commit

Permalink
fix(types): duplicate import of the controller
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed May 26, 2019
1 parent d183196 commit 2b4600a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Context, controller, provide, controller, get, post, inject } from 'midway';
import { Context, controller, provide, get, post, inject } from 'midway';
import { IUserService } from '../../lib/interface';

@provide()
Expand Down

0 comments on commit 2b4600a

Please sign in to comment.