From 856a5f683e67325a686f4dfe1f8862a6e46b5c0c Mon Sep 17 00:00:00 2001 From: Sem Bauke Date: Fri, 14 Nov 2025 17:17:02 +0100 Subject: [PATCH] fix(curriculum): remove duplicate lab-voting-system block from module (#63833) --- curriculum/structure/superblocks/javascript-v9.json | 1 - 1 file changed, 1 deletion(-) diff --git a/curriculum/structure/superblocks/javascript-v9.json b/curriculum/structure/superblocks/javascript-v9.json index 51e0878ec8f..ac03fc2db3a 100644 --- a/curriculum/structure/superblocks/javascript-v9.json +++ b/curriculum/structure/superblocks/javascript-v9.json @@ -248,7 +248,6 @@ "blocks": [ "lecture-working-with-maps-and-sets", "workshop-plant-nursery-catalog", - "lab-voting-system", "review-javascript-maps-and-sets", "quiz-javascript-maps-and-sets" ]