Skip to content

Commit

Permalink
fix: (#271) conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
softpeanut committed Mar 4, 2023
1 parent bf2962f commit cc8d83a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ enum class SchoolErrorCode(
SCHOOL_MISMATCH(ErrorStatus.UNAUTHORIZED, "School Mismatch"),

SCHOOL_NOT_FOUND(ErrorStatus.NOT_FOUND, "School Not Found"),
FEATURE_NOT_FOUND(ErrorStatus.NOT_FOUND, "Feature Not Found")
FEATURE_NOT_FOUND(ErrorStatus.NOT_FOUND, "Feature Not Found"),

FEATURE_NOT_AVAILABLE(ErrorStatus.FORBIDDEN, "Feature Not Available")
;
Expand Down

0 comments on commit cc8d83a

Please sign in to comment.