We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c68b5 commit c2a46e6Copy full SHA for c2a46e6
cap/modules/mail/utils.py
@@ -82,7 +82,7 @@ def get_review_recipients(deposit, config):
82
def get_cms_stat_recipients(record, config):
83
data = current_app.config.get("CMS_STATS_COMMITEE_AND_PAGS")
84
key = path_value_equals(config.get("path", ""), record)
85
- recipients = data.get(key, {}).get("contacts")
+ recipients = data.get(key, {}).get("contacts", [])
86
params = data.get(key, {}).get("params", {})
87
88
# mail for PDF forum
0 commit comments