Skip to content

Commit

Permalink
feat: sarabwayu mvp 제작 완료
Browse files Browse the repository at this point in the history
  • Loading branch information
taewan2002 committed Feb 15, 2024
1 parent 096d40a commit f7eaedf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/service/house.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,5 +355,4 @@ async def list(self, background_tasks: BackgroundTasks, page: int) -> list:
# redis에 데이터를 저장합니다.
await self.redis.set(redis_key, json.dumps(return_houses, ensure_ascii=False), ex=1800)

return return_houses

return return_houses

0 comments on commit f7eaedf

Please sign in to comment.