Skip to content

Commit 8855675

Browse files
fix(crons): Remvove incorrect CHECKIN_ID from checkins endpoints (#63704)
Breaking out from #62917 Fixes #62717
1 parent 773f965 commit 8855675

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sentry/monitors/endpoints/organization_monitor_checkin_index.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class OrganizationMonitorCheckInIndexEndpoint(MonitorEndpoint):
3737
parameters=[
3838
GlobalParams.ORG_SLUG,
3939
MonitorParams.MONITOR_SLUG,
40-
MonitorParams.CHECKIN_ID,
4140
],
4241
responses={
4342
200: inline_sentry_response_serializer(

0 commit comments

Comments
 (0)