We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6685fca commit 340d9c9Copy full SHA for 340d9c9
src/Meteor.d.ts
@@ -74,7 +74,7 @@ declare module '@meteorrn/core' {
74
75
ddp: Data;
76
77
- _handleLoginCallback(err?: MeteorError, res: { token: string, id: string }): void;
+ _handleLoginCallback(err: MeteorError | null | undefined, res: { token: string, id: string }): void;
78
}
79
80
interface Accounts {
0 commit comments