Skip to content

Commit 8b3d428

Browse files
committed
🔧 chore: remove ff
1 parent 0bd9ce8 commit 8b3d428

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sentry/notifications/notification_action/grouptype.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from dataclasses import dataclass
44

5-
from sentry import features
65
from sentry.issues.grouptype import GroupCategory, GroupType
76
from sentry.models.organization import Organization
87
from sentry.ratelimits.sliding_windows import Quota
@@ -27,4 +26,4 @@ def allow_post_process_group(cls, organization: Organization) -> bool:
2726

2827
@classmethod
2928
def allow_ingest(cls, organization: Organization) -> bool:
30-
return features.has("organizations:workflow-engine-test-notifications", organization)
29+
return True

0 commit comments

Comments
 (0)