From 7b681906072b466d5c49d1d6fd7903ed179c5554 Mon Sep 17 00:00:00 2001 From: Ricardo Mello Date: Wed, 30 Jul 2025 11:49:55 -0300 Subject: [PATCH] docs: correct invalid placeholder to --- docs/challenge/network.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/challenge/network.mdx b/docs/challenge/network.mdx index 7008f39..44e995f 100644 --- a/docs/challenge/network.mdx +++ b/docs/challenge/network.mdx @@ -17,7 +17,7 @@ from datetime import datetime, timedelta # Calculate the date and time 24 hours from now delete_after = (datetime.utcnow() + timedelta(hours=24)).isoformat() + 'Z' -!atlas accessLists +!atlas accessLists ``` :::tip