Skip to content

Commit

Permalink
Merge pull request #712 from woowacourse-teams/dev
Browse files Browse the repository at this point in the history
release: v1.4.2
  • Loading branch information
xrabcde authored Oct 27, 2021
2 parents f5d2821 + 1a8d321 commit 3bcaf10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public MapFindAllResponse findAllMaps(final LoginEmailDto loginEmailDto) {

@Cacheable(key = "#sharingMapId",
value = "map",
unless = "#result == null || #result.empty")
unless = "#result == null")
@Transactional(readOnly = true)
public MapFindResponse findMapBySharingId(final String sharingMapId) {
Long mapId = sharingIdGenerator.parseIdFrom(sharingMapId);
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zzimkkong-frontend",
"version": "1.4.1",
"version": "1.4.2",
"main": "src/index.tsx",
"license": "MIT",
"homepage": "https://github.com/woowacourse-teams/2021-zzimkkong",
Expand Down

0 comments on commit 3bcaf10

Please sign in to comment.