Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafaelfferreira committed Jul 14, 2024
1 parent 40c5dbe commit f2a7d95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server/repository/todo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ async function get({ page, limit }: TodoRepositoryGetParams = {}): Promise<TodoR
};

async function createWithContent(content: string): Promise<Todo> {
// const newTodo = create(content);
// return newTodo;
const { data, error } = await supabase.from('todos').insert([
{
content,
Expand Down

0 comments on commit f2a7d95

Please sign in to comment.