Skip to content

Commit

Permalink
🧱 :: [#425] �린트 경고 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
KangTaeHoon committed Mar 6, 2024
1 parent ae3238c commit b55fbdc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public struct AppCheckEntity: Equatable {
description: String,
version: String,
specialLogo: Bool
){
) {
self.flag = flag
self.title = title
self.description = description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public final class RemoteAppDataSourceImpl: BaseRemoteDataSource<AppAPI>, Remote
public func fetchAppCheck() -> Single<AppCheckEntity> {
request(.fetchAppCheck)
.map(FetchAppCheckResponseDTO.self)
.map({$0.toDomain()})
.map { $0.toDomain() }
}
}
Binary file modified graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b55fbdc

Please sign in to comment.