From 40fa828a102558cdcf2f12d0e783df68071f32d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Riedel?= <44354888+RiedelNicolas@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:31:54 -0300 Subject: [PATCH] fix cantidad creditos (#14) Co-authored-by: Nicolas Riedel --- src/plan_23.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plan_23.json b/src/plan_23.json index 05343c0..7849b74 100644 --- a/src/plan_23.json +++ b/src/plan_23.json @@ -25,7 +25,7 @@ { "materias": [], "creditos": 0, - "creditosNecesarios": 58 + "creditosNecesarios": 20 } ] },