Skip to content

Commit edd574a

Browse files
author
volodkindv
committed
fix: Topics.topic_to_send_notifications AttributeError
1 parent b05bf29 commit edd574a

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)