Skip to content

Commit 91213ee

Browse files
authored
Merge pull request #84 from ArtNeplatform/fix/83-Artworkupdatedat
[fix] #83 updated_at 수정
2 parents e895383 + 622bac4 commit 91213ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/domain/Artwork/artworkDetailController.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export const getArtworkDetails = async (req, res) => {
2626
// 작품 정보 조회
2727
const artworkPromise = Artwork.findOne({
2828
where: { id: artworkId },
29+
attributes: { exclude: ["updated_at"] },
2930
include: [
3031
{ model: Author, as: 'author', attributes: ['id', 'author_name', 'author_image_url', 'work_style'] },
3132
],

0 commit comments

Comments
 (0)