fix(seed): Fix invalid MongoDB ObjectID in jquery seed (#16535)

In the `Introduction to jQuery' seed challenge there is a incorrect
MongoDB ObjectId. Created a new MongoDB ObjectId.

Closes #16523
This commit is contained in:
A-J Roos
2018-01-19 15:48:00 +02:00
committed by mrugesh mohapatra
parent 47845755d3
commit 601f08b6c2

View File

@ -10,7 +10,7 @@
], ],
"challenges": [ "challenges": [
{ {
"id": "5e7d674br67419c4cd512b9b", "id": "5a61d23e84acdd9e42575aa3",
"title": "Introduction to jQuery", "title": "Introduction to jQuery",
"description": [ "description": [
[ [
@ -1547,4 +1547,4 @@
} }
} }
] ]
} }