Skip to content

Commit

Permalink
fix: PostHabit endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Broudoux <[email protected]>
  • Loading branch information
abroudoux committed Oct 2, 2024
1 parent f1b348f commit 4aa92c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/habits/DeleteHabit.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
async function handleDeleteHabit() {
isLoading = true;
const result = await deleteHabit(fetch, habit.id);
console.log(result);
await invalidateAll();
await goto("/");
Expand Down

0 comments on commit 4aa92c0

Please sign in to comment.