We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbd561 commit e99fcfeCopy full SHA for e99fcfe
src/sentry/relay/config.py
@@ -94,11 +94,7 @@ def get_project_config(project_id, full_config=True):
94
else:
95
org_options = {}
96
97
- # get the project options
98
- project_cfg = cfg.get('config')
99
- if project_cfg is None:
100
- project_cfg = {}
101
- cfg['config'] = project_cfg
+ project_cfg = cfg['config']
102
103
invalid_releases = project.get_option(u'sentry:{}'.format(FilterTypes.RELEASES))
104
if invalid_releases is not None:
0 commit comments