Skip to content

Commit

Permalink
Add new compliance violation type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Tamayo-Rios committed Sep 24, 2023
1 parent 6e71f39 commit d5db988
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ data class ComplianceViolation(

enum class ViolationReason {
NO_DATA_UPLOADED,
NO_RECENT_DATA_UPLOADED
NO_RECENT_DATA_UPLOADED,
NOT_ENROLLED
}

0 comments on commit d5db988

Please sign in to comment.