Skip to content

Commit 2997de9

Browse files
committed
Fix typo
1 parent f976002 commit 2997de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clientlayers/RetryRequest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function retrylayer(handler)
6767
mark(req.body)
6868
end
6969
else
70-
@debugv 1 "🚷 No Retry: $(no_retry_reason(unwrapped_ex, req))"
70+
@debugv 1 "🚷 No Retry: $(no_retry_reason(ex, req))"
7171
end
7272
return s, retry
7373
end

0 commit comments

Comments
 (0)