Skip to content

Commit

Permalink
fix: removes todo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tushar504 committed Dec 27, 2024
1 parent d9f4911 commit 69426e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/application/services/useNote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ export default function (options: UseNoteComposableOptions): UseNoteComposableSt
* @param id - Note identifier got from composable argument
*/
async function load(id: NoteId): Promise<void> {
/**
* @todo try-catch domain errors
*/
try {
const response = await noteService.getNoteById(id);

Expand Down

0 comments on commit 69426e0

Please sign in to comment.