Skip to content

Commit

Permalink
[BE] Feat : 숨긴 게시글 응답에 가격정보 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
koomin1227 committed Dec 9, 2023
1 parent 8827b07 commit 5202021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BE/src/posts-block/posts-block.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export class PostsBlockService {
start_date: blockedPost.start_date,
end_date: blockedPost.end_date,
is_request: blockedPost.is_request,
price: blockedPost.price,
};
});
}
Expand Down

0 comments on commit 5202021

Please sign in to comment.