Skip to content

Commit

Permalink
Merge pull request #156 from MEME-UMC/revert-155-feat/#152
Browse files Browse the repository at this point in the history
[Revert] main 브랜치에 잘못 merge된 커밋 되돌리기
  • Loading branch information
yeopyeop-82 authored Apr 16, 2024
2 parents c2e4889 + c124c70 commit dff26e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public void tempMethod(){
this.username = "name";
this.email="";
this.password="";
this.workExperience=WorkExperience.FIVE;
this.role="ARTIST";
this.userStatus = UserStatus.ACTIVE;
this.provider = Provider.KAKAO;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/umc/meme/shop/global/enums/Status.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package umc.meme.shop.global.enums;

public enum Status {
EXPECTED, COMPLETE, CANCEL, PENDING
EXPECTED, COMPLETE, CANCEL
}

0 comments on commit dff26e7

Please sign in to comment.