Skip to content

Commit 769a497

Browse files
committed
reformatted
1 parent b444a32 commit 769a497

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

infrastructure/modules/container-apps/jobs.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ module "scheduled_jobs" {
7373
var.deploy_database_as_container ? local.container_db_env : local.azure_db_env
7474
)
7575
secret_variables = merge(
76-
# { APPLICATIONINSIGHTS_CONNECTION_STRING = var.app_insights_connection_string },
7776
{ SLACK_WEBHOOK_URL = var.slack_webhook_url },
7877
var.deploy_database_as_container ? { DATABASE_PASSWORD = resource.random_password.admin_password[0].result } : {}
7978
)

lung_cancer_screening/questions/management/commands/request_summary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def handle(self, *args, **options):
2727
return
2828

2929
payload = {
30-
"text": f"*Request summary*\n```{json.dumps(summary, indent=2, default=str)}```"
30+
"text": f"*Request summary*\n{rs.get_submitted_count}/{rs.get_count} (submitted/total)"
3131
}
3232

3333
response = requests.post(

0 commit comments

Comments
 (0)