fix: issue retrieval endpoint (#5907)

This commit is contained in:
Bavisetti Narayan
2024-10-24 20:33:16 +05:30
committed by GitHub
parent 14b31e3fcd
commit b33328dec5

View File

@@ -15,6 +15,8 @@ from django.db.models import (
UUIDField,
Value,
Subquery,
Case,
When,
)
from django.db.models.functions import Coalesce
from django.utils import timezone