Skip to content

Commit

Permalink
ADMIN 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ra1n committed Feb 6, 2025
1 parent 01ff902 commit 1a531c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
public class ContentServiceImpl implements ContentService {

private static final Long MAX_LIMIT = 1L;
private static final Long ADMIN = 1L;
private static final Long ADMIN = 0L;
private final ContentRepository contentRepository;

// 컨텐츠 저장
Expand Down

0 comments on commit 1a531c7

Please sign in to comment.