Skip to content

Commit

Permalink
fix some types
Browse files Browse the repository at this point in the history
  • Loading branch information
roncohen committed Jan 30, 2025
1 parent 34e1988 commit e0b6735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser-sdk/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export type Feature<
/**
* Function to send analytics events for this feature.
*/
track: () => Promise<Response | undefined>;
track: () => Promise<Response | undefined> | undefined;

/**
* Function to request feedback for this feature.
Expand Down

0 comments on commit e0b6735

Please sign in to comment.