se agrega wh

This commit is contained in:
2026-03-06 11:06:56 -06:00
parent d844698ffc
commit 749ec7a962
5 changed files with 159 additions and 131 deletions
@@ -458,7 +458,7 @@ Deno.serve(async (req: Request): Promise<Response> => {
const { data: estructura, error: estructuraError } = await supabaseService
.from("estructuras_asignatura")
.select("id,nombre,definicion,version")
.select("id,nombre,definicion")
.eq("id", resolved.estructura_id)
.single();
if (estructuraError) {