Skip to content

Commit c949c49

Browse files
committed
delete: getStageBoardInfo in communityProcessor logic
1 parent cef1344 commit c949c49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/gogo/gogostage/domain/community/root/application/CommunityServiceImpl.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ class CommunityServiceImpl(
5656
val board = boardReader.read(boardId)
5757
stageValidator.validStage(student, board.community.stage.id)
5858
stageValidator.validProfanityFilter(student, board)
59-
communityProcessor.saveBoardView(board, student.studentId)
6059
val response = communityReader.readBoardInfo(isFiltered, board, student)
6160

6261
applicationEventPublisher.publishEvent(

0 commit comments

Comments
 (0)