Skip to content

Commit 9a76961

Browse files
committed
#3601 Minor cleanup
1 parent 9839c79 commit 9a76961

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

service/src/main/java/skills/services/quiz/QuizDefService.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import org.springframework.transaction.annotation.Transactional
3030
import skills.PublicProps
3131
import skills.auth.UserInfo
3232
import skills.auth.UserInfoService
33-
import skills.auth.UserSkillsGrantedAuthority
3433
import skills.controller.PublicPropsBasedValidator
3534
import skills.controller.exceptions.ErrorCode
3635
import skills.controller.exceptions.QuizValidator

service/src/main/java/skills/storage/repos/QuizDefRepo.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ interface QuizDefRepo extends CrudRepository<QuizDef, Long> {
5555
@Nullable
5656
String getUserCommunityEnabled()
5757
}
58-
5958
@Query(value="""
6059
SELECT DISTINCT
6160
qd.quiz_id AS quizId,

0 commit comments

Comments
 (0)