Skip to content

Commit

Permalink
Make options optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhefner committed Sep 6, 2024
1 parent c63586d commit 68f2525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export declare namespace TraceContextLink {
export declare class TraceContextLink extends ApolloLink {
private readonly tracestate?: string

constructor(options: TraceContextLink.Options)
constructor(options?: TraceContextLink.Options)

request(
operation: Operation,
Expand Down

0 comments on commit 68f2525

Please sign in to comment.