Skip to content

Commit

Permalink
feat/#294 : 메서드 네이밍 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
LJH098 committed Jun 8, 2024
1 parent 6863065 commit bdccbd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ public SseEmitter connect(
@RequestHeader(value = "Last-Event-ID", required = false, defaultValue = "")
String lastEventId,
@Parameter(hidden = true) @AuthenticationMemberId Long memberId) {
return connectEmitterUseCase.connect(memberId.toString(), lastEventId);
return connectEmitterUseCase.execute(memberId.toString(), lastEventId);
}
}

0 comments on commit bdccbd6

Please sign in to comment.