From 84737e0c3bbc6ac2e669e3e88136e71c06f03b7e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 15 Oct 2024 15:02:01 -0400 Subject: [PATCH] [tasks] Add habit to suffix type --- vrobbler/apps/tasks/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vrobbler/apps/tasks/constants.py b/vrobbler/apps/tasks/constants.py index e06f16a..a004baf 100644 --- a/vrobbler/apps/tasks/constants.py +++ b/vrobbler/apps/tasks/constants.py @@ -5,4 +5,5 @@ TODOIST_TITLE_SUFFIX_LABELS = [ "chores", "admin", "meeting", + "habit", ]