Fix jwt-token
This commit is contained in:
@@ -173,7 +173,7 @@ class DataRetentionService {
|
||||
const deletedDetections = await DroneDetection.destroy({
|
||||
where: {
|
||||
tenant_id: tenant.id,
|
||||
timestamp: {
|
||||
server_timestamp: {
|
||||
[Op.lt]: cutoffDate
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user