Skip to content

Commit

Permalink
[fix] delete unused variable (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Parkjyun authored Aug 26, 2024
1 parent 2c3ddfd commit 51876c0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import org.hankki.hankkiserver.domain.university.model.University;
import org.hankki.hankkiserver.domain.universitystore.model.UniversityStore;
import org.hankki.hankkiserver.external.s3.S3Service;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;

Expand All @@ -30,9 +29,6 @@
@RequiredArgsConstructor
public class StoreCommandService {

@Value("${store.default-image}")
private String DEFAULT_IMAGE_URL;

private static final String STORE_IMAGE_DIRECTORY = "store/";

private final StoreUpdater storeUpdater;
Expand Down

0 comments on commit 51876c0

Please sign in to comment.