Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta committed Dec 14, 2024
1 parent eeaf5fe commit 0046217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AuthFoundation/Debugging/APIRequestObserver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class DebugAPIRequestObserver: OAuth2ClientDelegate {

public func api<T>(client: any APIClient,
didSend request: URLRequest,
received response: APIResponse<T>) where T : Decodable
received response: APIResponse<T>) where T: Decodable
{
var result = ""
dump(response.result, to: &result)
Expand Down

0 comments on commit 0046217

Please sign in to comment.