Skip to content

Commit

Permalink
Merge branch 'noteList(offset_limit)' of https://github.com/codex-tea…
Browse files Browse the repository at this point in the history
…m/notes.api into noteList(offset_limit)
  • Loading branch information
e11sy committed Oct 22, 2023
2 parents 50ba09c + f3737a2 commit 8d49087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/service/noteList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class NoteListService {
public repository: NoteRepository;

/**
* Number of notes shown in one time
* Number of notes shown in one portion
*/

private readonly portionSize = 30;
Expand Down

0 comments on commit 8d49087

Please sign in to comment.