travelhubapi/travelhubapi-node-sdk

View on GitHub
examples/src/hotel/methods.js

Summary

Maintainability
A
1 hr
Test Coverage

Function book has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports.book = function book(hotelSDK, hotel, checkIn, checkOut) {
  const guests = {
    items: [
      {
        firstName: 'Fulano',
Severity: Minor
Found in examples/src/hotel/methods.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status