Skip to content

Commit

Permalink
fix: AppRepository fetchAppVersion App-Key 최신 앱키로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Do-hyun-Kim committed Nov 24, 2024
1 parent 0a9efb4 commit 2a42bbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extension AppRepository {

public func fetchAppVersion() -> Observable<AppVersionEntity?> {
// TODO: - xAppKey 불러오는 코드 다시 작성하기
let appKey = "7b159d28-b106-4b6d-a490-1fd654ce40c2"
let appKey = "da91623d-fe55-4115-8e14-aa7581761963"

return appApiWorker.fetchAppVersion(appKey: appKey)
.map { $0?.toDomain() }
Expand Down

0 comments on commit 2a42bbd

Please sign in to comment.