Skip to content

Commit

Permalink
Merge pull request #68 from GApple-T/database
Browse files Browse the repository at this point in the history
πŸ”€::μ‚¬μš©λ˜μ§€ μ•ŠλŠ” ν•„λ“œ 제거
  • Loading branch information
enbraining committed Dec 31, 2023
2 parents 6e4a578 + 097e7e2 commit 1fa83ec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public void submitBoardgame(Long maxOf) {
Boardgame boardgame = Boardgame.builder()
.creator(member)
.maxOf(maxOf)
.joined(0L)
.build();

boardgameRepository.save(boardgame);
Expand Down

0 comments on commit 1fa83ec

Please sign in to comment.