fix(curriculum): replace cash register id with existing id (#56268)

This commit is contained in:
Dario-DC
2024-09-24 11:52:52 +02:00
committed by GitHub
parent 16477b1b1a
commit 0b34b6ec02
2 changed files with 2 additions and 2 deletions
@@ -6,6 +6,6 @@
"dashedName": "lab-cash-register",
"order": 247,
"superBlock": "front-end-development",
"challengeOrder": [{ "id": "66c58d2477d7622ddc30ae06", "title": "Build a Cash Register" }],
"challengeOrder": [{ "id": "aa2e6f85cab2ab736c9a9b24", "title": "Build a Cash Register" }],
"helpCategory": "JavaScript"
}
@@ -1,5 +1,5 @@
---
id: 66c58d2477d7622ddc30ae06
id: aa2e6f85cab2ab736c9a9b24
title: Build a Cash Register
challengeType: 14
dashedName: build-a-cash-register