We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cda2e9 commit 8643f15Copy full SHA for 8643f15
src/sentry/integrations/notify_disable.py
@@ -46,7 +46,7 @@ def notify_disable(
46
integration_link = get_url(
47
organization,
48
get_provider_type(redis_key),
49
- str(integration_slug) if "sentry-app" in redis_key else integration_name,
+ integration_slug if "sentry-app" in redis_key and integration_slug else integration_name,
50
)
51
52
for user in organization.get_owners():
0 commit comments