From 601f08b6c2a1f121db02cd4fcb9d987e91acc5cd Mon Sep 17 00:00:00 2001 From: A-J Roos Date: Fri, 19 Jan 2018 15:48:00 +0200 Subject: [PATCH] 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 --- challenges/03-front-end-libraries/jquery.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/03-front-end-libraries/jquery.json b/challenges/03-front-end-libraries/jquery.json index c15a9215e1..89310d9aab 100644 --- a/challenges/03-front-end-libraries/jquery.json +++ b/challenges/03-front-end-libraries/jquery.json @@ -10,7 +10,7 @@ ], "challenges": [ { - "id": "5e7d674br67419c4cd512b9b", + "id": "5a61d23e84acdd9e42575aa3", "title": "Introduction to jQuery", "description": [ [ @@ -1547,4 +1547,4 @@ } } ] -} +} \ No newline at end of file