Fix jwt-token
This commit is contained in:
@@ -160,7 +160,7 @@ router.get('/debug', authenticateToken, async (req, res) => {
|
||||
include: [{
|
||||
model: Device,
|
||||
as: 'device',
|
||||
attributes: ['id', 'name', 'location', 'geo_lat', 'geo_lon']
|
||||
attributes: ['id', 'name', 'location_description', 'geo_lat', 'geo_lon']
|
||||
}],
|
||||
limit: parseInt(limit),
|
||||
offset: offset,
|
||||
|
||||
Reference in New Issue
Block a user