Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #79 from FinFellows/feat/#76_editBookmark-api
Browse files Browse the repository at this point in the history
[FIX] id null 출력되는 에러 수정
  • Loading branch information
LEEJaeHyeok97 authored Jan 9, 2024
2 parents 71b3c8c + f5936e3 commit 1b7c1f0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

@Data
public class PolicyInfoBookmarkRes {
private Long id;
private String contentName;
private String content;

Expand Down

0 comments on commit 1b7c1f0

Please sign in to comment.