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:
committed by
mrugesh mohapatra
parent
601f08b6c2
commit
b75d7ae128
@ -5,7 +5,7 @@
|
|||||||
"helpRoom": "Help",
|
"helpRoom": "Help",
|
||||||
"challenges": [
|
"challenges": [
|
||||||
{
|
{
|
||||||
"id": "587d7dac367417b2b2516zx5",
|
"id": "5a61985d9bb0a3540e49dc9f",
|
||||||
"title": "Introduction to Arrays",
|
"title": "Introduction to Arrays",
|
||||||
"description": [
|
"description": [
|
||||||
[
|
[
|
||||||
@ -822,4 +822,4 @@
|
|||||||
"translations": {}
|
"translations": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Reference in New Issue
Block a user