Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.

Commit ab6b04b

Browse files
Asjasraisedadead
authored andcommitted
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
1 parent 42025e3 commit ab6b04b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

seed/challenges/02-javascript-algorithms-and-data-structures/basic-data-structures.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"helpRoom": "Help",
66
"challenges": [
77
{
8-
"id": "587d7dac367417b2b2516zx5",
8+
"id": "5a61985d9bb0a3540e49dc9f",
99
"title": "Introduction to Arrays",
1010
"description": [
1111
[
@@ -822,4 +822,4 @@
822822
"translations": {}
823823
}
824824
]
825-
}
825+
}

0 commit comments

Comments
 (0)