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 42025e3ad0
commit ab6b04b0f1

View File

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