fix(beatmap): refresh current user data in lookup_beatmap function
This commit is contained in:
@@ -61,6 +61,7 @@ async def lookup_beatmap(
|
|||||||
|
|
||||||
if beatmap is None:
|
if beatmap is None:
|
||||||
raise HTTPException(status_code=404, detail="Beatmap not found")
|
raise HTTPException(status_code=404, detail="Beatmap not found")
|
||||||
|
await db.refresh(current_user)
|
||||||
|
|
||||||
return await BeatmapResp.from_db(beatmap, session=db, user=current_user)
|
return await BeatmapResp.from_db(beatmap, session=db, user=current_user)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user