Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
xinbenlv committed Mar 11, 2019
1 parent 4febcb6 commit 31b3ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module.exports.createFromSession = function (session) {
}
}

module.exports.koa_middlewhere = function (tid, options) {
module.exports.koaMiddlewhere = function (tid, options) {

this.tid = tid;
this.options = options;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 31b3ebb

Please sign in to comment.