79402375

Date: 2025-01-31 10:07:39
Score: 0.5
Natty:
Report link

As explained by @SerhiiFomenko the issue was in my api.py endpoint method signature

@router.get('/programs', response=list[MentorOutSchema])
async def mentor_programs(request):
    return Program.objects.filter(mentor=request.user)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @SerhiiFomenko
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: vivekv