Skip to content

Commit

Permalink
chore: add trace id to HandlerOf conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteenb2 committed Jun 6, 2024
1 parent 0b3140e commit 9a7c4f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func HandleFnOf[T any](fn func(context.Context, RequestOf[T]) Response) Handler
URL: r.URL,
Method: r.Method,
AccessToken: r.AccessToken,
TraceID: r.TraceID,
})
})
}
Expand Down

0 comments on commit 9a7c4f6

Please sign in to comment.