Working get request for users
This commit is contained in:
@@ -6,12 +6,7 @@ class HighScore(BaseModel):
|
||||
high_score_id: int
|
||||
score_value: float
|
||||
minigame: MinigameEnum
|
||||
owner_id: "User"
|
||||
owner_id: int
|
||||
|
||||
class Config:
|
||||
orm_mode = True
|
||||
|
||||
|
||||
# It's ugly, but I have no choice
|
||||
from users import User
|
||||
HighScore.update_forward_refs()
|
||||
Reference in New Issue
Block a user