add Trash as task
This commit is contained in:
5
main.go
5
main.go
@@ -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,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user