Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ def semver_build_autocomplete_function(self):
]

def semver_package_autocomplete_function(self):
assert self.snuba_params.organization_id is not None
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

similar assertions in other functions in this file, eg line :604

packages = (
Release.objects.filter(
organization_id=self.snuba_params.organization_id,
Expand Down
Loading