Skip to content

Commit

Permalink
Merge pull request #62 from Prography-8th-team8/feature-store-bookmark
Browse files Browse the repository at this point in the history
refactor(store): 불필요한 api 제거
  • Loading branch information
ympark99 authored Aug 7, 2023
2 parents 5e7d930 + d288f13 commit 68a4e32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions src/main/java/prography/cakeke/server/TestController.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ public StoreBookmarkResponse(Store store) {
this.name = store.getName();
this.district = store.getDistrict();
this.location = store.getLocation();
this.imageUrls = store.getImageUrls()!=null? store.getImageUrls() : List.of();
this.imageUrls = store.getImageUrls() != null ? store.getImageUrls() : List.of();
}
}

0 comments on commit 68a4e32

Please sign in to comment.