Skip to content

Commit

Permalink
fix: add is_shared at return update storage dto
Browse files Browse the repository at this point in the history
  • Loading branch information
baebae02 committed Nov 8, 2023
1 parent 9f86d24 commit b022f99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/utils/pray.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ def update_storage(storage_id, content) -> StorageDTO:
user_id=storage.user_id,
pray_cnt=storage.pray_cnt,
deadline=storage.deadline,
is_shared=storage.pray.is_shared,
created_at=storage.created_at,
pray=storage.pray
).__repr__()
Expand Down

0 comments on commit b022f99

Please sign in to comment.