Make create house work
This commit is contained in:
@@ -24,7 +24,7 @@ async def create_house(body: HouseCreateRequest, auth: Annotated[AuthContext, De
|
||||
await house_repository.save(house)
|
||||
|
||||
return HouseCreateResponse(
|
||||
id=house.id
|
||||
id=str(house.id)
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user