Skip to content

Commit

Permalink
Merge a93c5ee into 76f1cef
Browse files Browse the repository at this point in the history
  • Loading branch information
daeseong9388 authored Nov 30, 2022
2 parents 76f1cef + a93c5ee commit 42446e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/core/todo/todoList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export class TodoList {
const today = new Date();
const newTodoList = await this.db.edit(activeTodo.id, {
from: new Date(today.getFullYear(), today.getMonth(), today.getDate() + 1),
state: 'WAIT',
});
return new TodoList(this.db, newTodoList);
}
Expand Down

0 comments on commit 42446e3

Please sign in to comment.