Fix jwt-token

This commit is contained in:
2025-09-01 08:07:43 +02:00
parent 3a3fadfad7
commit e06c09fbaf

View File

@@ -160,7 +160,7 @@ router.get('/debug', authenticateToken, async (req, res) => {
include: [{ include: [{
model: Device, model: Device,
as: 'device', as: 'device',
attributes: ['id', 'name', 'location', 'geo_lat', 'geo_lon'] attributes: ['id', 'name', 'location_description', 'geo_lat', 'geo_lon']
}], }],
limit: parseInt(limit), limit: parseInt(limit),
offset: offset, offset: offset,