Skip to content

Commit

Permalink
feat: Updated agents-api/agents_api/models/user/ge
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Apr 13, 2024
1 parent ebd1b1e commit a444fcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agents-api/agents_api/models/user/get_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def get_user_query(
user_id: UUID,
client: CozoClient = client,
) -> pd.DataFrame:
# Convert UUIDs to strings for query compatibility.
user_id = str(user_id)
developer_id = str(developer_id)

Expand Down

0 comments on commit a444fcb

Please sign in to comment.