Skip to content

Commit

Permalink
VKT(Backend): prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkkp committed Dec 2, 2024
1 parent c6f6ab7 commit 0bfc058
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend/vkt/src/main/java/fi/oph/vkt/audit/VktOperation.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ public enum VktOperation implements Operation {
VIEW_EXAMINER_CONTACT_REQUEST,
VIEW_EXAMINER_ENROLLMENT,
DELETE_EXAMINER_CONTACT_REQUEST,
VIEW_EXAMINER_ENROLLMENT_HISTORY, CANCEL_ENROLLMENT_APPOINTMENT, VIEW_EXAMINER_ENROLLMENT_GRADES, CONVERT_EXAMINER_CONTACT_REQUEST_TO_APPOINTMENT,
VIEW_EXAMINER_ENROLLMENT_HISTORY,
CANCEL_ENROLLMENT_APPOINTMENT,
VIEW_EXAMINER_ENROLLMENT_GRADES,
CONVERT_EXAMINER_CONTACT_REQUEST_TO_APPOINTMENT,
}

0 comments on commit 0bfc058

Please sign in to comment.