Skip to content

Commit

Permalink
Fixed EventPriority
Browse files Browse the repository at this point in the history
  • Loading branch information
ya-ilya committed Sep 14, 2023
1 parent 8a3cafa commit 718e5a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package org.progreso.api.event

enum class EventPriority {
LOW,
LOWEST,
LOW,
NORMAL,
HIGH,
HIGHEST
Expand Down

0 comments on commit 718e5a3

Please sign in to comment.