Skip to content

Commit

Permalink
Revert ":bug: 신고 화면이 안뜨던 버그 수정"
Browse files Browse the repository at this point in the history
This reverts commit ebd504b.
  • Loading branch information
chopmozzi committed Feb 19, 2024
1 parent 07ffec7 commit b608e01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ final class PlaybackInteractor: PlaybackBusinessLogic, PlaybackDataStore {
}

func reportVideo(with request: PlaybackModels.ReportPlaybackVideo.Request) {
if request.indexPathRow >= playbackVideoInfos.count { return }
if request.indexPathRow < playbackVideoInfos.count { return }
boardID = playbackVideoInfos[request.indexPathRow].boardID
presenter?.presentReportVideo()
}
Expand Down

0 comments on commit b608e01

Please sign in to comment.