We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 189c0ca + 129d08f commit 956deafCopy full SHA for 956deaf
src/main/java/com/oronaminc/join/websocket/api/QuestionWebsocketController.java
@@ -44,6 +44,7 @@ public QuestionCreateResponse createQuestion(
44
) {
45
log.debug("수신한 메시지 = {}", request.content());
46
log.debug("principal = {}", principal);
47
+
48
MemberDetails memberDetails = (MemberDetails)((Authentication)principal).getPrincipal();
49
Long memberId = Long.valueOf(memberDetails.getId());
50
0 commit comments