Skip to content

Commit

Permalink
Update note.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HyTekCoop committed Oct 19, 2023
1 parent 3007885 commit bf9f803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/entities/note.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export type NoteInternalId = number;
export type NotePublicId = string;

/**
* Id from DataBase. Used to query Note by User (creator) id
* Id from DataBase. Used to query Note by Creator id
*/
export type NoteCreatorId = number;

Expand Down

0 comments on commit bf9f803

Please sign in to comment.