Skip to content

Commit

Permalink
server/rewards: add missing Pledge.by_user_id join
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Oct 31, 2023
1 parent 57b4baa commit 7393f1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/polar/reward/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ async def get(
joinedload(Pledge.by_organization),
joinedload(Pledge.user),
joinedload(Pledge.on_behalf_of_organization),
joinedload(Pledge.by_user_id),
)

res = await session.execute(statement)
Expand Down

2 comments on commit 7393f1b

@vercel
Copy link

@vercel vercel bot commented on 7393f1b Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-sigma-puce.vercel.app
docs-git-main-polar-sh.vercel.app
docs-polar-sh.vercel.app
docs.polar.sh

@vercel
Copy link

@vercel vercel bot commented on 7393f1b Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.