Fix jwt-token
This commit is contained in:
@@ -569,7 +569,9 @@ describe('Models', () => {
|
|||||||
temperature: 22.5
|
temperature: 22.5
|
||||||
};
|
};
|
||||||
|
|
||||||
|
console.log('DEBUG Creating heartbeat with data:', heartbeatData);
|
||||||
const heartbeat = await models.Heartbeat.create(heartbeatData);
|
const heartbeat = await models.Heartbeat.create(heartbeatData);
|
||||||
|
console.log('DEBUG Heartbeat creation successful');
|
||||||
|
|
||||||
console.log('DEBUG Heartbeat created:', {
|
console.log('DEBUG Heartbeat created:', {
|
||||||
id: heartbeat.id,
|
id: heartbeat.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user