Skip to content

Commit

Permalink
feat: update author_id in project lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradip-p committed Nov 18, 2024
1 parent be69566 commit 244f346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/app/projects/project_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ async def all(
await cur.execute(
"""
SELECT
p.id, p.slug, p.name, p.description, p.per_task_instructions, p.created_at,
p.id, p.slug, p.name, p.description, p.per_task_instructions, p.created_at, p.author_id,
ST_AsGeoJSON(p.outline)::jsonb AS outline,
p.requires_approval_from_manager_for_locking,
Expand Down

0 comments on commit 244f346

Please sign in to comment.