Skip to content

Commit e057c34

Browse files
committed
fix typo
1 parent 8773aa4 commit e057c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/api/helpers/group_index/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def update_groups(
307307
status=400,
308308
)
309309
release = (
310-
status_details.get("inNextRelease")
310+
status_details.get("inUpcomingRelease")
311311
or Release.objects.filter(
312312
projects=projects[0], organization_id=projects[0].organization_id
313313
)

0 commit comments

Comments
 (0)