Skip to content

Commit 85949bd

Browse files
Small fix for event catches
1 parent 35dd879 commit 85949bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • api/src/main/java/ca/bc/gov/educ/api/pen/replication/constants

api/src/main/java/ca/bc/gov/educ/api/pen/replication/constants/EventType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public static boolean isValid(String value) {
9393
return false;
9494
}
9595
try {
96-
EventOutcome.valueOf(value);
96+
EventType.valueOf(value);
9797
return true;
9898
} catch (IllegalArgumentException e) {
9999
return false;

0 commit comments

Comments
 (0)