Skip to content

Commit a2d7026

Browse files
committed
refactor: change user property type to ensure it is always defined
1 parent 9849afd commit a2d7026

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/catcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default class Catcher {
6363
/**
6464
* Current authenticated user
6565
*/
66-
private user: AffectedUser | null;
66+
private user: AffectedUser;
6767

6868
/**
6969
* Any additional data passed by user for sending with all messages

0 commit comments

Comments
 (0)