add Trash as task

This commit is contained in:
2024-06-25 17:03:00 +02:00
parent c6ae5019dd
commit c60fc43f73

View File

@@ -62,6 +62,11 @@ func GetDefaultTasks() []Task {
Description: `(whiping the floor in kitchen, clean sink, empty trash, check surfaces)`,
IsOptional: false,
},
{
Name: "Trash",
Description: `(empty the trash and take care the boxes are not super duper disgusting)`,
IsOptional: false,
},
}
}