Skip to content

Commit

Permalink
fix: missing EventOutcome enums for create school
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Oct 11, 2023
1 parent 37aabe9 commit 5bad48a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ public enum EventOutcome {

SCHOOL_CREATED,

CREATE_SCHOOL_SAGA_HAS_ADMIN,

CREATE_SCHOOL_SAGA_HAS_NO_ADMIN,

DISTRICT_UPDATED,

DISTRICT_CREATED,
Expand Down

0 comments on commit 5bad48a

Please sign in to comment.