Skip to content

Commit 675285e

Browse files
author
[Arusey]
committed
CON-72-story(notifications): admin receives notification when device is not seen in a while
- setup queue manager for when notifications are sent - implement notifications when device is not seen in a while [Delivers CON-72]
1 parent edbed7d commit 675285e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utilities/utility.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ class QuestionType(enum.Enum):
8989
missingitem = "missing_items"
9090

9191

92+
9293
class StatusType(enum.Enum):
9394
read = "read"
9495
unread = "unread"

0 commit comments

Comments
 (0)