Skip to content

Commit 12cd483

Browse files
committed
fix
1 parent af6269f commit 12cd483

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/browser-sdk/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ export class BucketClient {
301301

302302
/**
303303
* Update the user context.
304-
* @description Performs a shallow merge with the existing user context.
304+
* Performs a shallow merge with the existing user context.
305305
* Attempting to update the user ID will log a warning and be ignored.
306306
*
307307
* @param user

packages/browser-sdk/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ export type {
1616
FeedbackPromptHandlerOpenFeedbackFormOptions,
1717
FeedbackPromptReply,
1818
FeedbackPromptReplyHandler,
19+
RequestFeedbackData,
1920
RequestFeedbackOptions,
21+
UnassignedFeedback,
2022
} from "./feedback/feedback";
2123
export type { DEFAULT_TRANSLATIONS } from "./feedback/ui/config/defaultTranslations";
2224
export { feedbackContainerId, propagatedEvents } from "./feedback/ui/constants";

0 commit comments

Comments
 (0)