fix(beatmap): missing greetlet in batch beatmap request
This commit is contained in:
@@ -108,6 +108,8 @@ async def batch_get_beatmaps(
|
||||
)
|
||||
if isinstance(beatmap, Beatmap)
|
||||
)
|
||||
for beatmap in beatmaps:
|
||||
await db.refresh(beatmap)
|
||||
|
||||
return BatchGetResp(
|
||||
beatmaps=[
|
||||
|
||||
Reference in New Issue
Block a user