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