Skip to content

Commit 8643f15

Browse files
committed
fix typing
1 parent 3cda2e9 commit 8643f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/integrations/notify_disable.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def notify_disable(
4646
integration_link = get_url(
4747
organization,
4848
get_provider_type(redis_key),
49-
str(integration_slug) if "sentry-app" in redis_key else integration_name,
49+
integration_slug if "sentry-app" in redis_key and integration_slug else integration_name,
5050
)
5151

5252
for user in organization.get_owners():

0 commit comments

Comments
 (0)