Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gurdl0525 committed Nov 19, 2023
1 parent afbecac commit 1b387c2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,5 @@ class MissionServiceImpl(
}

@Transactional
override fun test() {
assignMission(userFacade.getCurrentUser(), missionRepository.findAllByMissionType(MissionType.RANDOM))
}
override fun test() { assignMission(userFacade.getCurrentUser(), missionRepository.findAllByMissionType(MissionType.RANDOM)) }
}

0 comments on commit 1b387c2

Please sign in to comment.