Skip to content

Commit

Permalink
fix: 서버 재구동
Browse files Browse the repository at this point in the history
  • Loading branch information
do-dop committed Feb 18, 2025
1 parent de3e995 commit 0a428f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/ttakkeun/ttakkeun_server/entity/Tip.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ public void addImage(TipImage image) {
image.setTip(this);
this.images.add(image);
}

}

0 comments on commit 0a428f5

Please sign in to comment.