test #1

Merged
klaus merged 94 commits from test into main 2023-08-16 02:30:37 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a3b3aa5b18 - Show all commits

View File

@ -140,7 +140,7 @@ class MemberService(
websiteUrl = member.websiteUrl, websiteUrl = member.websiteUrl,
blogUrl = member.blogUrl, blogUrl = member.blogUrl,
liveReservationCount = 0, liveReservationCount = 0,
isAuth = false isAuth = member.auth != null
) )
} }