fix(scans, findings): Improve API performance ordering by inserted_at instead of id (#6711)

This commit is contained in:
Víctor Fernández Poyatos
2025-01-28 11:56:58 +01:00
committed by GitHub
parent 45d44a1669
commit 4d2859d145
3 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ description = "Prowler's API (Django/DRF)"
license = "Apache-2.0"
name = "prowler-api"
package-mode = false
version = "1.3.0"
version = "1.3.1"
[tool.poetry.dependencies]
celery = {extras = ["pytest"], version = "^5.4.0"}