Compare commits

..

No commits in common. "50bc9f4ff36379c8d3f1afd6eef0a29e2e13d6de" and "f00ea03fad7b7ed54c782d67b2a68ec44112df03" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class LiveRoomService(
if (member?.id != null) {
reservation.member!!.id!! == member.id!! && reservation.isActive
} else {
false
true
}
}