Skip to content

Commit c5d4881

Browse files
committed
Comment why we're implementing ClientHooks
1 parent 1d0aece commit c5d4881

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sdk/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ pub enum OxideAuthError {
4848
NoAuthenticatedHosts,
4949
}
5050

51+
// Hook into the generated API client to capture and log request metadata.
5152
impl progenitor_client::ClientHooks for Client {
5253
async fn exec(
5354
&self,

0 commit comments

Comments
 (0)