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

Commit

Permalink
Update signature.comment.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JangYouJung committed Feb 18, 2024
1 parent 9caf111 commit 39043a1
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.parentComment.id;
cursor = lastDataPerScroll.parentComment.id - 1;
}

const cursorPageMetaDto = new CursorPageMetaDto(
Expand Down

0 comments on commit 39043a1

Please sign in to comment.