feat: deleteroom 수정

This commit is contained in:
박정민 2024-08-06 14:01:22 +09:00
parent 797286b71e
commit 6925c50349

View File

@ -29,7 +29,7 @@ public class VideoServiceImpl implements VideoSertvice {
@Override @Override
public void stopOnline(Long userId, Long lectureId) throws SQLException { public void stopOnline(Long userId, Long lectureId) throws SQLException {
lectureService.startClass(lectureId); lectureService.stopClass(lectureId);
} }
@Override @Override