From 94fed8ae383574beefbd43756a3022b329812c47 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 8 Nov 2024 08:59:17 -0500 Subject: [PATCH] [tasks] Add research as a tag --- 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 c6ca6a1..9522d1a 100644 --- a/vrobbler/apps/tasks/constants.py +++ b/vrobbler/apps/tasks/constants.py @@ -7,4 +7,5 @@ TODOIST_TITLE_SUFFIX_LABELS = [ "admin", "meeting", "habit", + "research", ]