Skip to content

Commit

Permalink
fix: 누락된 import 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
gusah009 committed May 18, 2024
1 parent d7702ab commit fa12760
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/keeper/homepage/global/error/ErrorCode.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package com.keeper.homepage.global.error;

import static com.keeper.homepage.domain.game.application.BaseballServiceKt.MAX_BETTING_POINT;
import static com.keeper.homepage.domain.game.application.BaseballServiceKt.MIN_BETTING_POINT;

import lombok.Getter;
import org.springframework.http.HttpStatus;

Expand Down

0 comments on commit fa12760

Please sign in to comment.