Skip to content

Commit

Permalink
Fix 500 error
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanB committed Aug 15, 2024
1 parent 9e561f5 commit f068dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ranked/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from rest_framework.response import Response
from rest_framework.request import Request
from rest_framework.decorators import api_view
import math
from SRCweb.settings import API_KEY
from discordoauth2.models import User
from .lib import revert_player_elos, update_player_elos, validate_patch_match_req_body, validate_post_match_req_body, get_match_player_info
Expand Down

0 comments on commit f068dec

Please sign in to comment.