Skip to content

Commit f7c005d

Browse files
committed
refactor: add enums for Auction Category, AuctionStatus
1 parent 90c99ef commit f7c005d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.windfall.domain.auction.enums;
22

33
public enum AuctionCategory {
4-
4+
END, START
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.windfall.domain.auction.enums;
22

33
public enum AuctionStatus {
4-
4+
END, START
55
}

0 commit comments

Comments
 (0)