fix (goals): Fix typo.

This commit is contained in:
2021-12-30 23:06:46 +02:00
parent 7e3f1a2fbb
commit 5f3e765b51

View File

@@ -238,7 +238,7 @@ async def goals_command(ctx, flags, goal_type):
)
# Passed all checks, edit task
task_table.update_were(
task_table.update_where(
{'content': new_content},
taskid=tasklist[index]['taskid']
)