Feat: Agregar IDs de carretas a comparativa UVA vs Carretas
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 56s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 56s
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user