Skip to content

Commit 297c7dd

Browse files
committed
[BOOK-499] fix: codeRabbit review 반영
1 parent edd6c80 commit 297c7dd

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

src/Projects/BKData/Sources/Constant/APIConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ enum APIConfig {
1616

1717
static let baseV2URL: String = {
1818
guard let value = bundle.object(forInfoDictionaryKey: "BASE_API_V2_URL") as? String else {
19-
fatalError("Can't load environment: BKData.BASE_API_URL")
19+
fatalError("Can't load environment: BKData.BASE_API_V2_URL")
2020
}
2121
return value
2222
}()

src/Projects/BKPresentation/Sources/MainFlow/BookDetail/View/SeedReportView.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ final class SeedReportView: BaseView {
7373
layer.cornerRadius = LayoutConstants.cornerRadius
7474
clipsToBounds = true
7575
backgroundColor = .bkBaseColor(.secondary)
76-
77-
emotionImageView.image = BKImage.Graphics.warmCircle
78-
reportLabel.setText(text: "테스트용 텍스트입니다.")
7976
}
8077

8178
override func setupLayout() {

0 commit comments

Comments
 (0)