Skip to content

Commit 4c303b8

Browse files
committed
asdfasdfasdasdc
1 parent 03031d5 commit 4c303b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftAPIClient/Clients/HTTPClient.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ extension APIClientCaller where Result == AsyncThrowingValue<(Value, HTTPRespons
145145
try configs.errorHandler(error, configs, APIErrorContext(request: request, fileIDLine: configs.fileIDLine ?? FileIDLine()))
146146
throw error
147147
}
148+
let request = await requestWrapper.value
148149
let duration = Date().timeIntervalSince(start)
149150
let data = data(value)
150151
do {

0 commit comments

Comments
 (0)