Compare commits
No commits in common. "50bc9f4ff36379c8d3f1afd6eef0a29e2e13d6de" and "f00ea03fad7b7ed54c782d67b2a68ec44112df03" have entirely different histories.
50bc9f4ff3
...
f00ea03fad
|
@ -163,7 +163,7 @@ class LiveRoomService(
|
||||||
if (member?.id != null) {
|
if (member?.id != null) {
|
||||||
reservation.member!!.id!! == member.id!! && reservation.isActive
|
reservation.member!!.id!! == member.id!! && reservation.isActive
|
||||||
} else {
|
} else {
|
||||||
false
|
true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue