Fix jwt-token

This commit is contained in:
2025-09-24 04:36:22 +02:00
parent 40c20c8754
commit 02ce9d343b
2 changed files with 13 additions and 13 deletions

View File

@@ -173,7 +173,7 @@ class DataRetentionService {
const deletedDetections = await DroneDetection.destroy({
where: {
tenant_id: tenant.id,
timestamp: {
server_timestamp: {
[Op.lt]: cutoffDate
}
}