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:
committed by
mrugesh mohapatra
parent
47845755d3
commit
601f08b6c2
@ -10,7 +10,7 @@
|
||||
],
|
||||
"challenges": [
|
||||
{
|
||||
"id": "5e7d674br67419c4cd512b9b",
|
||||
"id": "5a61d23e84acdd9e42575aa3",
|
||||
"title": "Introduction to jQuery",
|
||||
"description": [
|
||||
[
|
||||
@ -1547,4 +1547,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user