We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9849afd commit a2d7026Copy full SHA for a2d7026
1 file changed
src/catcher.ts
@@ -63,7 +63,7 @@ export default class Catcher {
63
/**
64
* Current authenticated user
65
*/
66
- private user: AffectedUser | null;
+ private user: AffectedUser;
67
68
69
* Any additional data passed by user for sending with all messages
0 commit comments