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
This commit is contained in:
A-J Roos
2018-01-19 15:56:02 +02:00
committed by mrugesh mohapatra
parent 601f08b6c2
commit b75d7ae128

View File

@ -5,7 +5,7 @@
"helpRoom": "Help",
"challenges": [
{
"id": "587d7dac367417b2b2516zx5",
"id": "5a61985d9bb0a3540e49dc9f",
"title": "Introduction to Arrays",
"description": [
[
@ -822,4 +822,4 @@
"translations": {}
}
]
}
}