Feat: Agregar IDs de carretas a comparativa UVA vs Carretas
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 56s

This commit is contained in:
2025-12-20 11:38:07 -06:00
parent 8b588d9381
commit 4e18b2d1b5
2 changed files with 7 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
* Executes Card 94 from Metabase and returns processed data
*/
const CARD_ID = 94 // Comparativa Ingreso UVA vs Salida (Nov-Dic 2025)
const CARD_ID = 95 // Comparativa Ingreso UVA vs Salida (con IDs)
export default defineEventHandler(async (event) => {
const body = await readBody(event)