Skip to content

Commit

Permalink
Checking output
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Jan 16, 2025
1 parent d510c90 commit 712e96a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/validator/is-available.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,12 @@ export default async (field) => {

// Get the conflicting reservations (any confirmed reservations with the same
// room type and overlapping date ranges).
console.log(github.context.payload.repository)
const conflicting = await getConflictingReservations(
reservation,
issueTemplateBody,
github.context.payload.repository.name,
github.context.payload.repository.owner.name
github.context.payload.repository.owner.login
)

// If there are conflicting reservations greater than or equal to the number
Expand Down

0 comments on commit 712e96a

Please sign in to comment.