From 61c91748376d6abfded43bcbc1767eb46cdbecef Mon Sep 17 00:00:00 2001 From: Raffi Zulvian Date: Sun, 9 May 2021 06:59:10 +0700 Subject: [PATCH] fix: comment --- package.json | 2 +- src/handler.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4ce09f9..0f5f377 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bookshelf-api", - "version": "1.1.2", + "version": "1.1.3", "description": "", "main": "index.js", "scripts": { diff --git a/src/handler.js b/src/handler.js index cb6c6ed..498a695 100644 --- a/src/handler.js +++ b/src/handler.js @@ -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) => {