From f350f047d0e99f3981fc7db82192b29de2ad3d63 Mon Sep 17 00:00:00 2001 From: ParthipPR Date: Wed, 28 Aug 2024 20:51:50 +0530 Subject: [PATCH] "Fix: cleared a bug in UsertermAPI" --- api/dashboard/profile/profile_view.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/dashboard/profile/profile_view.py b/api/dashboard/profile/profile_view.py index 63636646..78682db4 100644 --- a/api/dashboard/profile/profile_view.py +++ b/api/dashboard/profile/profile_view.py @@ -20,6 +20,7 @@ from . import profile_serializer from .profile_serializer import LinkSocials +from .profile_serializer import UserTermSerializer class UserProfileEditView(APIView):