Showing
2 changed files
with
1 additions
and
5 deletions
@@ -6,8 +6,4 @@ | @@ -6,8 +6,4 @@ | ||
6 | 6 | ||
7 | const favoriteProductAPI = require('./favorite-product-api'); | 7 | const favoriteProductAPI = require('./favorite-product-api'); |
8 | 8 | ||
9 | -module.exports.isFavoriteAsync = favoriteProductAPI.isFavoriteAsync; | ||
10 | - | ||
11 | -module.exports.createAsync = favoriteProductAPI.createAsync; | ||
12 | - | ||
13 | -module.exports.deleteAsync = favoriteProductAPI.deleteAsync; | 9 | +module.exports = favoriteProductAPI; |
-
Please register or login to post a comment