Skip to content

Commit

Permalink
Fix token not loaded for GET /communities/me/reports
Browse files Browse the repository at this point in the history
  • Loading branch information
timraay committed Sep 21, 2024
1 parent bb55572 commit a934c47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions barricade/web/routers/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ async def get_own_reports(
):
result = await reports.get_all_reports(db,
community_id=token.community_id,
load_token=True,
limit=paginator.limit,
offset=paginator.offset
)
Expand Down

0 comments on commit a934c47

Please sign in to comment.