Skip to content

Commit

Permalink
fix: comment is not right
Browse files Browse the repository at this point in the history
  • Loading branch information
jekku committed Jun 26, 2024
1 parent 8675cad commit 29677f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Stays/Accommodation/Accommodation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export class Accommodation extends Resource {
}

/**
* Create a booking
* @param {object} payload - The booking payload, including quote id and guest information
* Get suggestions for accommodation given a query string.
* @param {object} payload - The payload which just includes the query
*/
public suggestions = async (
query: string,
Expand Down

0 comments on commit 29677f1

Please sign in to comment.