From b75d7ae1281182da63117a896fa0cc46a279c3ec Mon Sep 17 00:00:00 2001 From: A-J Roos Date: Fri, 19 Jan 2018 15:56:02 +0200 Subject: [PATCH] fix(seed): Fix invalid MongoDB ObjectId in array seed challenge (#16532) In the `Introduction to Arrays` seed challenge there was a incorrect MongoDB ObjectId. Created a new MongoDB ObjectId that fixes it. Closes #16530 --- .../basic-data-structures.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/02-javascript-algorithms-and-data-structures/basic-data-structures.json b/challenges/02-javascript-algorithms-and-data-structures/basic-data-structures.json index c81b5785fd..4db815fb63 100644 --- a/challenges/02-javascript-algorithms-and-data-structures/basic-data-structures.json +++ b/challenges/02-javascript-algorithms-and-data-structures/basic-data-structures.json @@ -5,7 +5,7 @@ "helpRoom": "Help", "challenges": [ { - "id": "587d7dac367417b2b2516zx5", + "id": "5a61985d9bb0a3540e49dc9f", "title": "Introduction to Arrays", "description": [ [ @@ -822,4 +822,4 @@ "translations": {} } ] -} +} \ No newline at end of file