Skip to content

Commit

Permalink
whats happening?
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileZT committed Dec 9, 2023
1 parent 8b5f584 commit 8de7ccb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/model/Status.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
public enum Status {
Pending(0),
Accepted(1),
Refused(2),
Done(3);
Assigned(2),
Refused(3),
Done(4);

private int value;

Expand Down

0 comments on commit 8de7ccb

Please sign in to comment.