Skip to content

Commit

Permalink
fix: do not alias
Browse files Browse the repository at this point in the history
  • Loading branch information
eljefedelrodeodeljefe committed Jul 24, 2018
1 parent bf64695 commit 9a64ccb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/v1/carts/index.js
@@ -1,3 +1,2 @@

module.exports.create = require('./create')
module.exports = require('./create')
2 changes: 1 addition & 1 deletion lib/v1/products/index.js
@@ -1,2 +1,2 @@

module.exports.create = require('./create')
module.exports = require('./create')

0 comments on commit 9a64ccb

Please sign in to comment.