Skip to content

Commit

Permalink
Merge branch '48-feat/student-activity-update' of https://github.com/…
Browse files Browse the repository at this point in the history
…GSM-MSG/Bitgouel-Server into 48-feat/student-activity-update
  • Loading branch information
KimTaeO committed Oct 21, 2023
2 parents 5bd7912 + f2aff47 commit e139374
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class StudentActivityServiceImpl(
* @param UpdateStudentActivityRequest
*/
@Transactional(rollbackFor = [Exception::class])
override fun updateStudentActivity(id: UUID,request: UpdateStudentActivityRequest) {
override fun updateStudentActivity(id: UUID, request: UpdateStudentActivityRequest) {
val user = userUtil.queryCurrentUser()

val student = studentRepository.findByUser(user)
Expand Down

0 comments on commit e139374

Please sign in to comment.