se agrega wh
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user