Skip to content

Commit

Permalink
Updates post-rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasb committed Mar 3, 2025
1 parent 2b06d67 commit c00de92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('alerts', '0073_update_direct_paging_integration_non_default_routes'),
('alerts', '0074_alter_escalationpolicy_step'),
]

operations = [
Expand Down
3 changes: 0 additions & 3 deletions engine/apps/api/views/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ class Feature(enum.StrEnum):
LABELS = "labels"
GOOGLE_OAUTH2 = "google_oauth2"
SERVICE_DEPENDENCIES = "service_dependencies"
<<<<<<< HEAD
PERSONAL_WEBHOOK = "personal_webhook"
=======
MATTERMOST = "mattermost"
>>>>>>> 99ba40e8b (Add mattermost OAuth2 flow)


class FeaturesAPIView(APIView):
Expand Down

0 comments on commit c00de92

Please sign in to comment.