Skip to content

Commit 23bf39b

Browse files
authored
Merge pull request cherrytea-dev#564 from volodkindv/554-fix-topics-topic_to_send_notifications
fix: Topics.topic_to_send_notifications AttributeError
2 parents b05bf29 + edd574a commit 23bf39b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_dependencies/commons.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class Topics(Enum):
2424
parse_user_profile_from_forum = 'parse_user_profile_from_forum'
2525
topic_to_send_notifications_helper = 'topic_to_send_notifications_helper'
2626
topic_to_send_notifications_helper_2 = 'topic_to_send_notifications_helper_2'
27+
topic_to_send_notifications = 'topic_to_send_notifications'
2728

2829

2930
@lru_cache

0 commit comments

Comments
 (0)