Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Deutscher775 committed Sep 29, 2024
1 parent db65bea commit 294ff93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def root():

@api.get("/statistics", description="Get the statistics.")
async def get_statistics():
await astroidapi.surrealdb_handler.Statistics.update_messages(1)
return await astroidapi.statistics.get_statistics()

@api.get("/invite/{platform}", description="Get the invite link for the astroid bot.")
Expand Down

0 comments on commit 294ff93

Please sign in to comment.