Update
Some checks failed
DevPlace CI / test (push) Failing after 1m6s

This commit is contained in:
retoor 2026-05-23 06:21:41 +02:00
parent 8778d60c21
commit 28bc8c1b74

View File

@ -87,7 +87,6 @@ async def project_detail(request: Request, project_slug: str):
if not project:
raise HTTPException(status_code=404, detail="Project not found")
from devplacepy.database import get_users_by_uids
users_map = get_users_by_uids([project["user_uid"]])
author = users_map.get(project["user_uid"])