Skip to content

Commit 2cff096

Browse files
authored
fix(cells) Add an internal annotation to preprod endpoint (#104397)
I missed this last time around. Refs INFRENG-198
1 parent 8f482f7 commit 2cff096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sentry/preprod/api/endpoints/project_preprod_artifact_update.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from sentry import analytics
1313
from sentry.api.api_owners import ApiOwner
1414
from sentry.api.api_publish_status import ApiPublishStatus
15-
from sentry.api.base import region_silo_endpoint
15+
from sentry.api.base import internal_region_silo_endpoint
1616
from sentry.models.project import Project
1717
from sentry.models.release import Release
1818
from sentry.preprod.analytics import PreprodArtifactApiUpdateEvent
@@ -189,7 +189,7 @@ def find_or_create_release(
189189
return None
190190

191191

192-
@region_silo_endpoint
192+
@internal_region_silo_endpoint
193193
class ProjectPreprodArtifactUpdateEndpoint(PreprodArtifactEndpoint):
194194
owner = ApiOwner.EMERGE_TOOLS
195195
publish_status = {

0 commit comments

Comments
 (0)