Skip to content

Commit 5deaa8b

Browse files
committed
tweak
1 parent f719a48 commit 5deaa8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/js/src/types/formbricks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ export interface TFormbricks {
4242
setLanguage: (language: string) => Promise<void>;
4343

4444
/**
45-
* @description Sets the user ID of the user.
46-
* @param userId - The user ID of the user.
45+
* @description Sets the user ID.
46+
* @param userId - The user ID to set.
4747
*/
4848
setUserId: (userId: string) => Promise<void>;
4949

0 commit comments

Comments
 (0)