cicd port ozgardi
Some checks failed
Deploy to Production / build-and-deploy (push) Failing after 2m51s

This commit is contained in:
Husanjonazamov
2026-02-12 16:22:47 +05:00
parent e32f58ca0d
commit 10a8106312

View File

@@ -30,7 +30,6 @@ class CustomerView(BaseViewSetMixin, ReadOnlyModelViewSet):
@extend_schema(tags=["PropertyOwner"]) @extend_schema(tags=["PropertyOwner"])
class PropertyOwnerView(BaseViewSetMixin, ReadOnlyModelViewSet): class PropertyOwnerView(BaseViewSetMixin, ReadOnlyModelViewSet):
queryset = PropertyOwnerModel.objects.all() queryset = PropertyOwnerModel.objects.all()