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

Commit

Permalink
HotFix: 여행 규칙 댓글 정렬 방식 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
JangYouJung committed Feb 12, 2024
1 parent 71cc4e4 commit fa90241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rule/rule.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class RuleService {
// [3] 여행 규칙 상세 페이지 조회 (댓글) - 페이지네이션
async getComment(cursorPageOptionsDto: CursorPageOptionsDto, ruleId: number): Promise<CursorPageDto<GetCommentDto>> {

let cursorId: number = 0;
const cursorId: number = cursorPageOptionsDto.cursorId;

// (0) 초기값 가져오기
if(cursorPageOptionsDto.cursorId == 0){
Expand Down

0 comments on commit fa90241

Please sign in to comment.