Skip to content

Commit

Permalink
update TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
s12chung committed Nov 6, 2024
1 parent a6740a1 commit 9822656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/controllers/SourcesController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const destroy: ActionFunction = async ({ params }) => {
if (!params.id) throw new Response("id not found", Status405) // eslint-disable-line @typescript-eslint/no-throw-literal
await sourcesService.destroy(params.id)
// eslint-disable-next-line no-warning-comments
// TODO: pass notification via. localstorage
// TODO: pass notification via. https://github.com/remix-run/react-router/discussions/10830
return redirect(`/`)
}

Expand Down

0 comments on commit 9822656

Please sign in to comment.