Skip to content

Commit

Permalink
#8 NOTE_008 Mark as Completed [ZZ, WS] bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zzoorrii authored May 13, 2020
1 parent 651dafc commit 4120076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/asd_morning_9/note/JsonParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ public void markAsCompleted(int id)
if (item.getId() == id)
{
item.setCompleted(true);
item.setDate_when_completed();
//item.setDate_when_completed();
return;
}
}
Expand Down

0 comments on commit 4120076

Please sign in to comment.