Merge pull request #123 from dalbodeule/debug

debug done
This commit is contained in:
JinU Choi
2025-01-09 00:12:01 +09:00
committed by GitHub

View File

@@ -95,7 +95,7 @@ fun Routing.apiRoutes() {
} }
returnUsers.add(GetSessionDTO( returnUsers.add(GetSessionDTO(
status.content?.channel?.channelId ?: user.token, status.content?.channel?.channelId ?: user.username,
status.content?.channel?.channelName ?: user.token, status.content?.channel?.channelName ?: user.token,
status.content?.status == "OPEN", status.content?.status == "OPEN",
status.content?.channel?.channelImageUrl ?: "", status.content?.channel?.channelImageUrl ?: "",