Skip to content

Commit

Permalink
Etc: testId → deviceId로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hryeong66 committed Aug 23, 2024
1 parent 6ea1fc2 commit 97d836d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/Core/PPACNetwork/Sources/Requestable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extension Requestable {
urlRequest.httpMethod = httpMethod.rawValue.uppercased()

var defaultHeaders = [
"x-device-id": UserInfo.shared.testDeviceId, // FIXME: testId가 필요없어지면 deviceId로 변경하기
"x-device-id": UserInfo.shared.deviceId,
"accept": "application/json",
"Content-Type": "application/json"
]
Expand Down

0 comments on commit 97d836d

Please sign in to comment.