Fix jwt-token

This commit is contained in:
2025-09-15 15:44:44 +02:00
parent 652dcecc13
commit 6b64aac39d

View File

@@ -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,