Skip to content

Commit 31dfede

Browse files
committed
Merge branch 'add-resilience-hub-module-api' of github.com:awslabs/cid-framework into add-resilience-hub-module-api
2 parents cd258d8 + 61488b7 commit 31dfede

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data-collection/deploy/module-resilience-hub.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ Resources:
240240
# Read the latest read date (if any)
241241
status = {
242242
"last_read": (datetime.now().date() - timedelta(days=365 * 10)).strftime("%Y-%m-%d %H:%M:%S"),
243-
"account_id": account_id,
244243
}
245244
status_key = f"{module_name}/{module_name}-status/payer_id={payer_id}/account_id={account_id}/region_code={region}/status.json"
246245
try:

0 commit comments

Comments
 (0)