Skip to content

Commit

Permalink
chore: fix response model
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed Jan 4, 2024
1 parent 9709a96 commit eefaac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garven/routers/aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async def guild_count(request: Request):

@aggregate_router.get(
"/cached/count", description="Fetch the counts of cached items in each cluster."
)
,responses={200: {"model": CachedItemsStatistic}},)
async def cached_item_counter(request: Request):
z: Server = request.app.zonis
partial_response = False
Expand Down

0 comments on commit eefaac8

Please sign in to comment.