Fix jwt-token
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user