This commit is contained in:
Beverly Nguyen
2025-07-04 17:52:03 -07:00
parent fa9e45fbcd
commit 3130b1399c
9 changed files with 20 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
from app.notify_client import NotifyAdminAPIClient, _attach_current_user
from app.enums import ApiKeyType
from app.notify_client import NotifyAdminAPIClient, _attach_current_user
# must match key types in notifications-api/app/models.py
KEY_TYPE_NORMAL = ApiKeyType.NORMAL