Add temporary room cards with 7 minute expiry
Some checks failed
build-and-deploy / build-deploy (push) Failing after 28s

This commit is contained in:
androidlover5842
2026-01-28 06:24:19 +05:30
parent dad1aa3131
commit e3420974e5
5 changed files with 267 additions and 5 deletions

View File

@@ -301,7 +301,7 @@ private fun IssuedCard.toResponse(): IssuedCardResponse {
id = id!!,
propertyId = property.id!!,
roomId = room.id!!,
roomStayId = roomStay.id!!,
roomStayId = roomStay?.id,
cardId = cardId,
cardIndex = cardIndex,
issuedAt = issuedAt.toString(),