Skip to content

Commit 64408ae

Browse files
committed
[chore] #180 컨텐츠 목업 데이터 변경
1 parent b6bd4e0 commit 64408ae

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Projects/CoreKit/Sources/Data/DTO/Base/ContentBaseResponse.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ extension ContentBaseResponse {
2626
Self(
2727
contentId: id,
2828
category: .init(
29-
categoryId: 992,
30-
categoryName: "미분류"
29+
categoryId: 567,
30+
categoryName: "신서유기"
3131
),
32-
data: "https://www.youtube.com/watch?v=wtSwdGJzQCQ",
32+
data: "https://youtu.be/CIzKDrN7IpU?si=B0-7X7I_54VHAfkk",
3333
domain: "youtube",
34-
title: "신서유기",
34+
title: "[#샷추가] 거리 두기 철저하게 지키게 만드는 인물 퀴즈ㅋㅋㅋ어떤 음식을 뺄지 고민하지 마요..어차피 다 못 먹으니까요🤣 | #신서유기5 #Diggle",
3535
memo: nil,
36-
thumbNail: "https://i.ytimg.com/vi/NnOC4_kH0ok/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&rs=AOn4CLDN6u6mTjbaVmRZ4biJS_aDq4uvAQ",
37-
createdAt: "2024.08.08",
36+
thumbNail: "https://i.ytimg.com/vi/CIzKDrN7IpU/maxresdefault.jpg",
37+
createdAt: "2024.12.03",
3838
isRead: false,
3939
isFavorite: true,
4040
keyword: "예능"

Projects/Domain/Sources/Base/BaseContentItem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public struct BaseContentItem: Identifiable, Equatable, PokitLinkCardItem, Sorta
3535
createdAt: String,
3636
isRead: Bool?,
3737
isFavorite: Bool?,
38-
keyword: String?
38+
keyword: String? = nil
3939
) {
4040
self.id = id
4141
self.categoryName = categoryName

0 commit comments

Comments
 (0)