Skip to content

Commit

Permalink
fix:deleted redundant comments from the deleteItem function
Browse files Browse the repository at this point in the history
  • Loading branch information
marshjaja committed Sep 16, 2024
1 parent 3163ae8 commit e21a512
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/api/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,4 @@ export async function deleteItem(listPath, id) {
} catch (error) {
console.error('Error deleting your item', error);
}

/**
* TODO: Fill this out so that it uses the correct Firestore function
* to delete an existing item. You'll need to figure out what arguments
* this function must accept!
*/
}

0 comments on commit e21a512

Please sign in to comment.