Fix jwt-token
This commit is contained in:
@@ -134,17 +134,11 @@ const setupDatabase = async () => {
|
||||
const heartbeats = await Heartbeat.bulkCreate([
|
||||
{
|
||||
device_id: 1941875381,
|
||||
battery_level: 85,
|
||||
signal_strength: -45,
|
||||
temperature: 22.5,
|
||||
status: 'active',
|
||||
timestamp: new Date()
|
||||
},
|
||||
{
|
||||
device_id: 1941875382,
|
||||
battery_level: 72,
|
||||
signal_strength: -38,
|
||||
temperature: 24.1,
|
||||
status: 'active',
|
||||
timestamp: new Date()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user