Spaces:
Runtime error
Runtime error
| const datos = [ | |
| { | |
| glucosa: 123, | |
| ayuno: false, | |
| comentario: "no hay lugar como el hogar", | |
| createdAt: Date.now, | |
| iduser: "adadd123", | |
| }, | |
| { | |
| glucosa: 108, | |
| ayuno: false, | |
| comentario: "no hay lugar como el machete", | |
| createdAt: Date.now, | |
| iduser: "adadd123", | |
| }, | |
| { | |
| glucosa: 185, | |
| ayuno: false, | |
| comentario: "no hay lugar como el barrio", | |
| createdAt: Date.now, | |
| iduser: "adadd123", | |
| }, | |
| ]; | |