Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
raffizulvian committed May 8, 2021
1 parent f074324 commit 61c9174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bookshelf-api",
"version": "1.1.2",
"version": "1.1.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const getAllBooks = (h, query) => {
/**
* Menangani permintaan untuk mengembalikan info buku dengan bookId yang spesifik.
* @param {Object} h
* @param {Object} bookToSent
* @param {Object} bookId
* @returns {Object} HTTP response
*/
const getBookByID = (h, bookId) => {
Expand Down

0 comments on commit 61c9174

Please sign in to comment.