From 5ae52fdef9d79ac89ac8e1ab851255ddd019842e Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Thu, 23 May 2024 04:19:12 -0500 Subject: [PATCH] fix: delete non-existing challenge from meta (#54928) --- .../meta.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/curriculum/challenges/_meta/learn-data-structures-by-building-the-merge-sort-algorithm/meta.json b/curriculum/challenges/_meta/learn-data-structures-by-building-the-merge-sort-algorithm/meta.json index 536d814b988..01a47ca42ba 100644 --- a/curriculum/challenges/_meta/learn-data-structures-by-building-the-merge-sort-algorithm/meta.json +++ b/curriculum/challenges/_meta/learn-data-structures-by-building-the-merge-sort-algorithm/meta.json @@ -141,10 +141,6 @@ { "id": "6569c2cbf6c993ea8cd85682", "title": "Step 33" - }, - { - "id": "65817fcc829d9d176878c54a", - "title": "Step 34" } ], "helpCategory": "Python"