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

Commit

Permalink
[BugFix]댓글 누락 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
JangYouJung committed Feb 18, 2024
1 parent 91aa743 commit 9caf111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signature/signature.comment.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export class SignatureCommentService{
hasNextData = false;
cursor = null;
} else {
cursor = lastDataPerScroll.id;
cursor = lastDataPerScroll.parentComment.id;
}

const cursorPageMetaDto = new CursorPageMetaDto(
Expand Down

0 comments on commit 9caf111

Please sign in to comment.