Update get_team_member_default_budget docstring for NULL fallback
This commit is contained in:
parent
04687ba48e
commit
b5b07089dd
@ -915,7 +915,8 @@ async def get_team_member_default_budget(
|
||||
Fetches the team-level default per-member budget referenced by team.metadata["team_member_budget_id"].
|
||||
|
||||
This budget is applied to team members whose TeamMembership row has no
|
||||
linked budget. Results are cached for performance.
|
||||
linked budget, or whose linked budget has max_budget=NULL. Results are
|
||||
cached for performance.
|
||||
|
||||
Args:
|
||||
budget_id: The budget_id pulled from team.metadata["team_member_budget_id"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user