Skip to content

Commit

Permalink
UX Advancements
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedShahid786 committed Aug 6, 2024
1 parent a9a8254 commit 948896a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ async function add_default_todo() {
console.log("Failed To Add Default Todo");
}
}

//? Call the function to automatically add a default todo
add_default_todo;
//? Function to add todos to DB
async function add_todo_to_db() {
try {
Expand Down

0 comments on commit 948896a

Please sign in to comment.