79216973

Date: 2024-11-23 01:48:17
Score: 0.5
Natty:
Report link

surely you can Depends in function get_user_token, but you should get the header by Request

def get_user_token(request: Request):
    x_user_token = request.headers.get('x_user_token')
    return return 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: RockyDon