diff --git a/index.html b/index.html index 54597e1..78c1fb5 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@

RS Bed Covid API

NB: Untuk melihat daftar id provinsi, Anda bisa menggunakan API get provinces terlebih dahulu.
- NB: Untuk melihat daftar id kota atau kecamatan, Anda bisa menggunakan API get cities terlebih dahulu terlebih dahulu. + NB: Untuk melihat daftar id kota atau kecamatan, Anda bisa menggunakan API get cities terlebih dahulu.
NB: Query string type memiliki 2 optional value: 1 untuk covid dan 2 untuk non-covid
diff --git a/src/scrape/bed-detail.ts b/src/scrape/bed-detail.ts index 97ac3c8..38ed205 100644 --- a/src/scrape/bed-detail.ts +++ b/src/scrape/bed-detail.ts @@ -52,7 +52,7 @@ export const getBedDetail = async ( .trim() const queueBed: number = +$(el) .find( - ".card > .card-body > .row > .col-md-6.col-12:nth-child(2) .col-md-4.col-4:nth-child(2) > div.text-center.pt-1.pb-1 > div:nth-child(3)", + ".card > .card-body > .row > .col-md-6.col-12:nth-child(2) .col-md-4.col-4:nth-child(3) > div.text-center.pt-1.pb-1 > div:nth-child(2)", ) .text() .trim()