Skip to content

Commit

Permalink
fic: comment logic
Browse files Browse the repository at this point in the history
parameters logic in comments fixed
  • Loading branch information
e11sy committed Oct 22, 2023
1 parent 2f3c66d commit 6e2947e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/domain/service/noteList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ export default class NoteListService {
* Returns note list by creator id
*
* @param id - note creator id
* @param offset - number of skipped notes
* @param limit - number of notes to get
* @param page - number of current page
* @returns { Promise<NoteList> } note
*/
public async getNoteListByCreatorId(id: number, page: number): Promise<NoteList> {
Expand Down

0 comments on commit 6e2947e

Please sign in to comment.